Color Hex Logo

#cc219f Color Hex

#CC219F
(204,33,159)
0 Favorites   0 Comments

Color spaces of #cc219f

RGB 20433159
HSL0.880.720.46
HSV316°84°80°
CMYK 0.000.840.22   0.20
XYZ31.703716.428334.3009
Yxy16.42830.38460.1993
Hunter Lab40.531868.6906-21.8031
CIE-Lab47.531572.9160-26.5485

#cc219f color RGB value is (204,33,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100001 10011111
Octal 314 41 237
Decimal 204 33 159
Hex CC 21 9F

RGB Percentages of Color #cc219f

%51.52
%8.33
%40.15

CMYK Percentages of Color #cc219f

%0
%84
%22
%20

Triadic Colors of #cc219f

#cc219f #9fcc21 #219fcc

Analogous Colors of #cc219f

#cc219f #cc2149 #a421cc

Monochromatic Colors of #cc219f

#cc219f

Complementary Color

#cc219f #21cc4e

#cc219f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc219f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc219f Color CSS Codes

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

#cc219f Text Font Color

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

This sample text font color is #cc219f
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.


#cc219f Background Color

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

This div background color is #cc219f


#cc219f Border Color

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

This div border color is #cc219f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc219f


Comments

No comments written yet.

Please login to write comment.