#CB3585

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

Shades of Deep Cerise #CB3585

Tints of Deep Cerise #CB3585

Color information

#CB3585 (or 0xCB3585) is unknown color: approx Deep Cerise. HEX triplet: CB, 35 and 85. RGB value is (203,53,133). Sum of RGB (Red+Green+Blue) = 203+53+133=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3585 is #34CA7A. Grayscale: #6A6A6A. Windows color (decimal): -3459707 or 8730059. OLE color: 8730059.

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

Color convert

RGB20353133-
CMYK00.740.340.20
HSL328º59.06%50.2%-
HSV(B)328º73.89%79.61%-
XYZ30.1416.9423.87-
YUV106.97142.7196.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.19%
GREEN value IS 53 (21.09% from 255) = 13.62%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=52.19%
G=13.62%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035313300.740.340.2032859.0650.2
HexCB358504A22141483b32
Octal31365205011242245107362
Binary11001011110101100001010100101010001010100101001000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3585; }

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

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

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

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

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

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

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

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