#CB3288

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

Shades of Deep Cerise #CB3288

Tints of Deep Cerise #CB3288

Color information

#CB3288 (or 0xCB3288) is unknown color: approx Deep Cerise. HEX triplet: CB, 32 and 88. RGB value is (203,50,136). Sum of RGB (Red+Green+Blue) = 203+50+136=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3288 is #34CD77. Grayscale: #696969. Windows color (decimal): -3460472 or 8925899. OLE color: 8925899.

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

Color convert

RGB20350136-
CMYK00.750.330.20
HSL326.27º60.47%49.61%-
HSV(B)326.27º75.37%79.61%-
XYZ30.2116.7624.93-
YUV105.55145.19197.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.19%
GREEN value IS 50 (19.92% from 255) = 12.85%
BLUE value IS 136 (53.52% from 255) = 34.96%
R=52.19%
G=12.85%
B=34.96%

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
Decimal2035013600.750.330.20326.2760.4749.61
HexCB328804B21141463c32
Octal31362210011341245067462
Binary11001011110010100010000100101110000110100101000110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3288; }

 p { color: rgb(203,50,136); }

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

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

 a { background-color: rgb(203,50,136); }

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

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

 span { border-color: rgb(203,50,136); }

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