#CC2D72

Color #CC2D72 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #CC2D72

Tints of Deep Cerise #CC2D72

Color information

#CC2D72 (or 0xCC2D72) is unknown color: approx Deep Cerise. HEX triplet: CC, 2D and 72. RGB value is (204,45,114). Sum of RGB (Red+Green+Blue) = 204+45+114=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2D72 is #33D28D. Grayscale: #646464. Windows color (decimal): -3396238 or 7482828. OLE color: 7482828.

HSL color Cylindrical-coordinate representation of color #CC2D72: hue angle of 333.96º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2D72 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB20445114-
CMYK00.780.440.2
HSL333.96º63.86%48.82%-
HSV(B)333.96º77.94%80%-
XYZ28.8815.9317.47-
YUV100.41135.68201.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 56.20%
GREEN value IS 45 (17.97% from 255) = 12.40%
BLUE value IS 114 (44.92% from 255) = 31.40%
R=56.20%
G=12.40%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044511400.780.440.2333.9663.8648.82
HexCC2D7204E2C1414e4031
Octal314551620116542451610061
Binary11001100101101111001001001110101100101001010011101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2D72; }

 p { color: rgb(204,45,114); }

 H1.HeaderClassName
 {
   color: #CC2D72;
 }
 .AnyTagClassName
 {
   color: #CC2D72;
 }
</style>
background-color css

<style>
 a { background-color: #CC2D72; }

 a { background-color: rgb(204,45,114); }

 div.DivClassName
 {
   background-color: #CC2D72;
 }
 .BgClassName
 {
   background-color: #CC2D72;
 }
</style>
border-color css

<style>
 span { border-color: #CC2D72; }

 span { border-color: rgb(204,45,114); }

 td.TdClassName
 {
   border-color: #CC2D72;
 }
 .TagClassName
 {
   border-color: #CC2D72;
 }
</style>