#CD2C76

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

Shades of Deep Cerise #CD2C76

Tints of Deep Cerise #CD2C76

Color information

#CD2C76 (or 0xCD2C76) is unknown color: approx Deep Cerise. HEX triplet: CD, 2C and 76. RGB value is (205,44,118). Sum of RGB (Red+Green+Blue) = 205+44+118=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2C76 is #32D389. Grayscale: #646464. Windows color (decimal): -3330954 or 7744717. OLE color: 7744717.

HSL color Cylindrical-coordinate representation of color #CD2C76: hue angle of 332.42º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2C76 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB20544118-
CMYK00.790.420.20
HSL332.42º64.66%48.82%-
HSV(B)332.42º78.54%80.39%-
XYZ29.3516.0918.7-
YUV100.57137.84202.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.86%
GREEN value IS 44 (17.58% from 255) = 11.99%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=55.86%
G=11.99%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2054411800.790.420.20332.4264.6648.82
HexCD2C7604F2A1414c4131
Octal315541660117522451410161
Binary11001101101100111011001001111101010101001010011001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2C76; }

 p { color: rgb(205,44,118); }

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

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

 a { background-color: rgb(205,44,118); }

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

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

 span { border-color: rgb(205,44,118); }

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