Color Hex Logo

#cc116f Color Hex

#CC116F
(204,17,111)
0 Favorites   0 Comments

Color spaces of #cc116f

RGB 20417111
HSL0.920.850.43
HSV330°92°80°
CMYK 0.000.920.46   0.20
XYZ27.971514.386016.3414
Yxy14.38600.47650.2451
Hunter Lab37.928965.26331.0055
CIE-Lab44.781570.5906-1.4896

#cc116f color RGB value is (204,17,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010001 01101111
Octal 314 21 157
Decimal 204 17 111
Hex CC 11 6F

RGB Percentages of Color #cc116f

%61.45
%5.12
%33.43

CMYK Percentages of Color #cc116f

%0
%92
%46
%20

Triadic Colors of #cc116f

#cc116f #6fcc11 #116fcc

Analogous Colors of #cc116f

#cc116f #cc1111 #cc11cc

Monochromatic Colors of #cc116f

#cc116f

Complementary Color

#cc116f #11cc6e

#cc116f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc116f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc116f Color CSS Codes

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

#cc116f Text Font Color

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

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


#cc116f Background Color

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

This div background color is #cc116f


#cc116f Border Color

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

This div border color is #cc116f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,17,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 #cc116f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc116f


Comments

No comments written yet.

Please login to write comment.