#CB2E88

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

Shades of Deep Cerise #CB2E88

Tints of Deep Cerise #CB2E88

Color information

#CB2E88 (or 0xCB2E88) is unknown color: approx Deep Cerise. HEX triplet: CB, 2E and 88. RGB value is (203,46,136). Sum of RGB (Red+Green+Blue) = 203+46+136=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2E88 is #34D177. Grayscale: #676767. Windows color (decimal): -3461496 or 8924875. OLE color: 8924875.

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

Color convert

RGB20346136-
CMYK00.770.330.20
HSL325.61º63.05%48.82%-
HSV(B)325.61º77.34%79.61%-
XYZ30.0516.4324.88-
YUV103.2146.51199.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.73%
GREEN value IS 46 (18.36% from 255) = 11.95%
BLUE value IS 136 (53.52% from 255) = 35.32%
R=52.73%
G=11.95%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034613600.770.330.20325.6163.0548.82
HexCB2E8804D21141463f31
Octal31356210011541245067761
Binary11001011101110100010000100110110000110100101000110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2E88; }

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

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

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

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

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

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

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

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