Color Hex Logo

#cc219d Color Hex

#CC219D
(204,33,157)
0 Favorites   0 Comments

Color spaces of #cc219d

RGB 20433157
HSL0.880.720.46
HSV316°84°80°
CMYK 0.000.840.23   0.20
XYZ31.531516.359433.3941
Yxy16.35940.38790.2013
Hunter Lab40.446868.3733-20.6389
CIE-Lab47.442572.6705-25.4919

#cc219d color RGB value is (204,33,157).

#cc219d hex color red value is 204, green value is 33 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cc219d hue: 0.88 , saturation: 0.72 and the lightness value of cc219d is 0.46.

The process color (four color CMYK) of #cc219d color hex is 0.00, 0.84, 0.23, 0.20. Web safe color of #cc219d is #cc3399. Color #cc219d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100001 10011101
Octal 314 41 235
Decimal 204 33 157
Hex CC 21 9D

RGB Percentages of Color #cc219d

%51.78
%8.38
%39.85

CMYK Percentages of Color #cc219d

%0
%84
%23
%20

Triadic Colors of #cc219d

#cc219d #9dcc21 #219dcc

Analogous Colors of #cc219d

#cc219d #cc2147 #a621cc

Monochromatic Colors of #cc219d

#cc219d

Complementary Color

#cc219d #21cc50

#cc219d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc219d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc219d Color CSS Codes

.mybgcolor {background-color:#cc219d; } 
.myforecolor {color:#cc219d; }
.mybordercolor {border:3px solid #cc219d; }

#cc219d Text Font Color

<p style="color:#cc219d">Text here</p>

This sample text font color is #cc219d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cc219d Background Color

<div style="background-color:#cc219d">
Div content here</div>

This div background color is #cc219d


#cc219d Border Color

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

This div border color is #cc219d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,33,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc219d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc219d;
  -webkit-box-shadow: 1px 1px 3px 2px #cc219d;
  box-shadow:         1px 1px 3px 2px #cc219d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,33,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc219d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc219d;
  -webkit-box-shadow: 1px 1px 3px 2px #cc219d;
  box-shadow:         1px 1px 3px 2px #cc219d;">
Div content here</div>

This div box has shadow with color #cc219d


Comments

No comments written yet.

Please login to write comment.