#CB2A83

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

Shades of Deep Cerise #CB2A83

Tints of Deep Cerise #CB2A83

Color information

#CB2A83 (or 0xCB2A83) is unknown color: approx Deep Cerise. HEX triplet: CB, 2A and 83. RGB value is (203,42,131). Sum of RGB (Red+Green+Blue) = 203+42+131=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2A83 is #34D57C. Grayscale: #646464. Windows color (decimal): -3462525 or 8596171. OLE color: 8596171.

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

Color convert

RGB20342131-
CMYK00.790.350.20
HSL326.83º65.71%48.04%-
HSV(B)326.83º79.31%79.61%-
XYZ29.5515.9923-
YUV100.28145.34201.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.99%
GREEN value IS 42 (16.80% from 255) = 11.17%
BLUE value IS 131 (51.56% from 255) = 34.84%
R=53.99%
G=11.17%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034213100.790.350.20326.8365.7148.04
HexCB2A8304F23141474230
Octal313522030117432450710260
Binary110010111010101000001101001111100011101001010001111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2A83; }

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

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

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

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

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

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

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

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