COLOR #C219D6

HEX: #C219D6
RGB: (194,25,214)

Color info

#C219D6 contains mainly red and blue colors. Web safe color of #C219D6 is #CC00CC (or #C0C).

RGB color model

#C219D6 color RGB value is (194,25,214).

  • red value is 194;
  • green value is 25;
  • blue value is 214.
RGB:
(194,25,214)
(76%,10%,84%)

RGB channels and saturation

R 194 of 255 = 76%
G 25 of 255 = 10%
B 214 of 255 = 84%

194
25
214

R + G + B ~ 57%. #C219D6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
194 + 25 + 214 = 433 (100%)
R 194 of 433 ~ 44.8%
G 25 of 433 ~ 5.77%
B 214 of 433 ~ 49.42%

%44.8
%49.42

CMYK color model

#C219D6 color CMYK value is (9,88,0,16).

  • cyan value is 9.35%
  • magenta value is 88.32%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(9,88,0,16)
C9M88Y0K16 
(9%,88%,0%,16%)
(0.09/0.88/0.00/0.16)	

CMYK percentages

%9.35
%88.32
%0
%16.08

Codes

Color #C219D6 in popluar color models

C219D6
RGB19425214
HSL294°79.08%46.86%
HSB/HSV294°88.32%83.92%
CMYK9.35%88.32%0.00%
16.08%

Color #C219D6 in popluar number systems.

HEXC219D6
Decimal19425214
Binary110000101100111010110
Octal30231326

Shades and tints

Shades of #C219D6

#C219D6
(194,25,214)
#B117C3
(177,23,195)
#A015B0
(160,21,176)
#8F139D
(143,19,157)
#7E118A
(126,17,138)
#6D0F77
(109,15,119)
#5C0D64
(92,13,100)
#4B0B51
(75,11,81)
#3A093E
(58,9,62)
#29072B
(41,7,43)
#180518
(24,5,24)
#000000
(0,0,0)

Tints of #C219D6

#C219D6
(194,25,214)
#C72DD9
(199,45,217)
#CC41DC
(204,65,220)
#D155DF
(209,85,223)
#D669E2
(214,105,226)
#DB7DE5
(219,125,229)
#E091E8
(224,145,232)
#E5A5EB
(229,165,235)
#EAB9EE
(234,185,238)
#EFCDF1
(239,205,241)
#F4E1F4
(244,225,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C219D6 color. Also use rgb(194,25,214) instead hex code.

Text Font Color

.myTextColor { color: #C219D6; }

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

This text font color is #C219D6.


Background Color

.myBgColor { background-color: #C219D6; }

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

This div background color is #C219D6.


Border color

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

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

This div border color is #C219D6.


Opacity

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

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

Text with #C219D6 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 #C219D6;}

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

This text has shadow with #C219D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C219D6 on black background.


Color preview on white background

This text has color #C219D6 on white background.



Black color preview on #C219D6 background

This text has black color on #C219D6 background.


White color preview on #C219D6 background

This text has white color on #C219D6 background.