color codes Logo

#cc049f color codes

#CC049F
(204,4,159)
0 Favorites   0 Comments

Color spaces of #cc049f

RGB 2044159
HSL0.870.960.41
HSV314°98°80°
CMYK 0.000.980.22   0.20
XYZ31.203315.427434.1341
Yxy15.42740.38630.1910
Hunter Lab39.277773.0692-24.0312
CIE-Lab46.214176.7602-28.5988

#cc049f color RGB value is (204,4,159).

#cc049f hex color red value is 204, green value is 4 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cc049f hue: 0.87 , saturation: 0.96 and the lightness value of cc049f is 0.41.

The process color (four color CMYK) of #cc049f color code is 0.00, 0.98, 0.22, 0.20. Web safe color of #cc049f is #cc0099. Color #cc049f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000100 10011111
Octal 314 4 237
Decimal 204 4 159
Hex CC 4 9F

RGB Percentages of Color #cc049f

%55.59
%1.09
%43.32

CMYK Percentages of Color #cc049f

%0
%98
%22
%20

Triadic Colors of #cc049f

#cc049f #9fcc04 #049fcc

Analogous Colors of #cc049f

#cc049f #cc043b #9504cc

Monochromatic Colors of #cc049f

#cc049f

Complementary Color

#cc049f #04cc31

#cc049f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc049f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc049f Color CSS Codes

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

#cc049f Text Font Color

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

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


#cc049f Background Color

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

This div background color is #cc049f


#cc049f Border Color

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

This div border color is #cc049f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc049f


Comments

No comments written yet.

Please login to write comment.