#CB358B

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

Shades of Deep Cerise #CB358B

Tints of Deep Cerise #CB358B

Color information

#CB358B (or 0xCB358B) is unknown color: approx Deep Cerise. HEX triplet: CB, 35 and 8B. RGB value is (203,53,139). Sum of RGB (Red+Green+Blue) = 203+53+139=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB358B is #34CA74. Grayscale: #6B6B6B. Windows color (decimal): -3459701 or 9123275. OLE color: 9123275.

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

Color convert

RGB20353139-
CMYK00.740.320.20
HSL325.6º59.06%50.2%-
HSV(B)325.6º73.89%79.61%-
XYZ30.5617.1126.12-
YUV107.65145.7196.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.39%
GREEN value IS 53 (21.09% from 255) = 13.42%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=51.39%
G=13.42%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035313900.740.320.20325.659.0650.2
HexCB358B04A20141463b32
Octal31365213011240245067362
Binary11001011110101100010110100101010000010100101000110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB358B; }

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

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

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

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

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

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

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

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