#CB3389

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

Shades of Deep Cerise #CB3389

Tints of Deep Cerise #CB3389

Color information

#CB3389 (or 0xCB3389) is unknown color: approx Deep Cerise. HEX triplet: CB, 33 and 89. RGB value is (203,51,137). Sum of RGB (Red+Green+Blue) = 203+51+137=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3389 is #34CC76. Grayscale: #6A6A6A. Windows color (decimal): -3460215 or 8991691. OLE color: 8991691.

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

Color convert

RGB20351137-
CMYK00.750.330.20
HSL326.05º59.84%49.8%-
HSV(B)326.05º74.88%79.61%-
XYZ30.3316.8725.32-
YUV106.25145.36197.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.92%
GREEN value IS 51 (20.31% from 255) = 13.04%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=51.92%
G=13.04%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035113700.750.330.20326.0559.8449.8
HexCB338904B21141463c32
Octal31363211011341245067462
Binary11001011110011100010010100101110000110100101000110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3389; }

 p { color: rgb(203,51,137); }

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

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

 a { background-color: rgb(203,51,137); }

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

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

 span { border-color: rgb(203,51,137); }

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