#CB3576

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

Shades of Deep Cerise #CB3576

Tints of Deep Cerise #CB3576

Color information

#CB3576 (or 0xCB3576) is unknown color: approx Deep Cerise. HEX triplet: CB, 35 and 76. RGB value is (203,53,118). Sum of RGB (Red+Green+Blue) = 203+53+118=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3576 is #34CA89. Grayscale: #696969. Windows color (decimal): -3459722 or 7747019. OLE color: 7747019.

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

Color convert

RGB20353118-
CMYK00.740.420.20
HSL334º59.06%50.2%-
HSV(B)334º73.89%79.61%-
XYZ29.1716.5518.8-
YUV105.26135.2197.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.28%
GREEN value IS 53 (21.09% from 255) = 14.17%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=54.28%
G=14.17%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035311800.740.420.2033459.0650.2
HexCB357604A2A1414e3b32
Octal31365166011252245167362
Binary1100101111010111101100100101010101010100101001110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3576; }

 p { color: rgb(203,53,118); }

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

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

 a { background-color: rgb(203,53,118); }

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

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

 span { border-color: rgb(203,53,118); }

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