#CB3575

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

Shades of Deep Cerise #CB3575

Tints of Deep Cerise #CB3575

Color information

#CB3575 (or 0xCB3575) is unknown color: approx Deep Cerise. HEX triplet: CB, 35 and 75. RGB value is (203,53,117). Sum of RGB (Red+Green+Blue) = 203+53+117=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3575 is #34CA8A. Grayscale: #696969. Windows color (decimal): -3459723 or 7681483. OLE color: 7681483.

HSL color Cylindrical-coordinate representation of color #CB3575: hue angle of 334.4º 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 #CB3575 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB20353117-
CMYK00.740.420.20
HSL334.4º59.06%50.2%-
HSV(B)334.4º73.89%79.61%-
XYZ29.1116.5318.49-
YUV105.15134.7197.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.42%
GREEN value IS 53 (21.09% from 255) = 14.21%
BLUE value IS 117 (46.09% from 255) = 31.37%
R=54.42%
G=14.21%
B=31.37%

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
Decimal2035311700.740.420.20334.459.0650.2
HexCB357504A2A1414e3b32
Octal31365165011252245167362
Binary1100101111010111101010100101010101010100101001110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3575; }

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

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

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

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

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

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

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

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