COLOR #C363B4

HEX: #C363B4
RGB: (195,99,180)

Renk bilgisi

#C363B4 contains mainly red and blue colors. #C363B4 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#C363B4 color RGB value is (195,99,180).

  • kırmız ton 195;
  • yeşil ton 99;
  • mavi ton 180.
RGB:
(195,99,180)
(76%,39%,71%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 99 of 255 = 39%
B 180 of 255 = 71%

195
99
180

R + G + B ~ 62%. #C363B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 99 + 180 = 474 (100%)
R 195 of 474 ~ 41.14%
G 99 of 474 ~ 20.89%
B 180 of 474 ~ 37.97%

%41.14
%20.89
%37.97

CMYK RENK MODELİ

#C363B4 rengi CMYK tonu (0,49,8,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.23%
  • sarı tonu 7.69%
  • ana renk tonu 23.53%
CMYK:
(0,49,8,24)
C0M49Y8K24 
(0%,49%,8%,24%)
(0.00/0.49/0.08/0.24)	

CMYK yüzdeleri

%0
%49.23
%7.69
%23.53

Codes

Color #C363B4 in popluar color models

C363B4
RGB19599180
HSL309°44.44%57.65%
HSB/HSV309°49.23%76.47%
CMYK0.00%49.23%7.69%
23.53%

Color #C363B4 in popluar number systems.

HEXC363B4
Decimal19599180
Binary11000011110001110110100
Octal303143264

Shades and tints

Shades of #C363B4

#C363B4
(195,99,180)
#B25AA4
(178,90,164)
#A15194
(161,81,148)
#904884
(144,72,132)
#7F3F74
(127,63,116)
#6E3664
(110,54,100)
#5D2D54
(93,45,84)
#4C2444
(76,36,68)
#3B1B34
(59,27,52)
#2A1224
(42,18,36)
#190914
(25,9,20)
#000000
(0,0,0)

Tints of #C363B4

#C363B4
(195,99,180)
#C871BA
(200,113,186)
#CD7FC0
(205,127,192)
#D28DC6
(210,141,198)
#D79BCC
(215,155,204)
#DCA9D2
(220,169,210)
#E1B7D8
(225,183,216)
#E6C5DE
(230,197,222)
#EBD3E4
(235,211,228)
#F0E1EA
(240,225,234)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C363B4 color. Also use rgb(195,99,180) instead hex code.

Text Font Color

.myTextColor { color: #C363B4; }

<p style="color:#C363B4">This sample text font color is #C363B4.</p>

This text font color is #C363B4.


Background Color

.myBgColor { background-color: #C363B4; }

<div style="background-color:#C363B4">Inner text</div>

This div background color is #C363B4.


Border color

.myBorderColor { border: 1px solid #C363B4; }

<div style="border:3px solid #C363B4">Div</div>

This div border color is #C363B4.


Opacity

.myOpacity80 { color: #C363B4; opacity: 0.8; }

<p style="color:#C363B4;opacity:0.8;">80%</p>

Text with #C363B4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C363B4;}

<p style="text-shadow: 3px 3px 1px #C363B4">Text here.</p>

This text has shadow with #C363B4 color.

.textShadow {text-shadow: 3px 3px 1px #C363B4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C363B4, 5px 5px 20px red">Text here.</p>

This text has shadow with #C363B4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C363B4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C363B4, Direction=45, Strength=4)">Text</p>

This text has shadow with #C363B4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C363B4;
  -webkit-box-shadow:	1px 1px 3px 2px #C363B4;
  box-shadow:		1px 1px 3px 2px #C363B4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C363B4;
-webkit-box-shadow: 1px 1px 3px 2px #C363B4;
box-shadow:1px 1px 3px 2px #C363B4;">
Div content here</div>
This div box has shadow with color #C363B4.

Preview

Color preview on black background

This text has color #C363B4 on black background.


Color preview on white background

This text has color #C363B4 on white background.



Black color preview on #C363B4 background

This text has black color on #C363B4 background.


White color preview on #C363B4 background

This text has white color on #C363B4 background.