#CB2A88

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

Shades of Deep Cerise #CB2A88

Tints of Deep Cerise #CB2A88

Color information

#CB2A88 (or 0xCB2A88) is unknown color: approx Deep Cerise. HEX triplet: CB, 2A and 88. RGB value is (203,42,136). Sum of RGB (Red+Green+Blue) = 203+42+136=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2A88 is #34D577. Grayscale: #646464. Windows color (decimal): -3462520 or 8923851. OLE color: 8923851.

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

Color convert

RGB20342136-
CMYK00.790.330.20
HSL324.97º65.71%48.04%-
HSV(B)324.97º79.31%79.61%-
XYZ29.916.1324.83-
YUV100.86147.84200.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.28%
GREEN value IS 42 (16.80% from 255) = 11.02%
BLUE value IS 136 (53.52% from 255) = 35.70%
R=53.28%
G=11.02%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034213600.790.330.20324.9765.7148.04
HexCB2A8804F21141454230
Octal313522100117412450510260
Binary110010111010101000100001001111100001101001010001011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2A88; }

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

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

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

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

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

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

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

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