Color Hex Logo

#cc196c Color Hex

#CC196C
(204,25,108)
0 Favorites   0 Comments

Color spaces of #cc196c

RGB 20425108
HSL0.920.780.45
HSV332°88°80°
CMYK 0.000.880.47   0.20
XYZ27.956214.615315.5349
Yxy14.61530.48110.2515
Hunter Lab38.230063.62822.6682
CIE-Lab45.102769.14530.8423

#cc196c color RGB value is (204,25,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011001 01101100
Octal 314 31 154
Decimal 204 25 108
Hex CC 19 6C

RGB Percentages of Color #cc196c

%60.53
%7.42
%32.05

CMYK Percentages of Color #cc196c

%0
%88
%47
%20

Triadic Colors of #cc196c

#cc196c #6ccc19 #196ccc

Analogous Colors of #cc196c

#cc196c #cc2019 #cc19c6

Monochromatic Colors of #cc196c

#cc196c

Complementary Color

#cc196c #19cc79

#cc196c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc196c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc196c Color CSS Codes

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

#cc196c Text Font Color

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

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


#cc196c Background Color

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

This div background color is #cc196c


#cc196c Border Color

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

This div border color is #cc196c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc196c


Comments

No comments written yet.

Please login to write comment.