Color Hex Logo

#cc196f Color Hex

#CC196F
(204,25,111)
0 Favorites   0 Comments

Color spaces of #cc196f

RGB 20425111
HSL0.920.780.45
HSV331°88°80°
CMYK 0.000.880.46   0.20
XYZ28.118714.680316.3905
Yxy14.68030.47510.2480
Hunter Lab38.314963.94741.4571
CIE-Lab45.193269.3984-0.8861

#cc196f color RGB value is (204,25,111).

#cc196f hex color red value is 204, green value is 25 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cc196f hue: 0.92 , saturation: 0.78 and the lightness value of cc196f is 0.45.

The process color (four color CMYK) of #cc196f color hex is 0.00, 0.88, 0.46, 0.20. Web safe color of #cc196f is #cc0066. Color #cc196f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011001 01101111
Octal 314 31 157
Decimal 204 25 111
Hex CC 19 6F

RGB Percentages of Color #cc196f

%60.00
%7.35
%32.65

CMYK Percentages of Color #cc196f

%0
%88
%46
%20

Triadic Colors of #cc196f

#cc196f #6fcc19 #196fcc

Analogous Colors of #cc196f

#cc196f #cc1c19 #cc19c9

Monochromatic Colors of #cc196f

#cc196f

Complementary Color

#cc196f #19cc76

#cc196f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc196f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc196f Color CSS Codes

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

#cc196f Text Font Color

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

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


#cc196f Background Color

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

This div background color is #cc196f


#cc196f Border Color

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

This div border color is #cc196f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc196f


Comments

No comments written yet.

Please login to write comment.