#CB2B7C

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

Shades of Deep Cerise #CB2B7C

Tints of Deep Cerise #CB2B7C

Color information

#CB2B7C (or 0xCB2B7C) is unknown color: approx Deep Cerise. HEX triplet: CB, 2B and 7C. RGB value is (203,43,124). Sum of RGB (Red+Green+Blue) = 203+43+124=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2B7C is #34D483. Grayscale: #636363. Windows color (decimal): -3462276 or 8137675. OLE color: 8137675.

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

Color convert

RGB20343124-
CMYK00.790.390.20
HSL329.62º65.04%48.24%-
HSV(B)329.62º78.82%79.61%-
XYZ29.1315.8820.6-
YUV100.07141.51201.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.86%
GREEN value IS 43 (17.19% from 255) = 11.62%
BLUE value IS 124 (48.83% from 255) = 33.51%
R=54.86%
G=11.62%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034312400.790.390.20329.6265.0448.24
HexCB2B7C04F271414a4130
Octal313531740117472451210160
Binary11001011101011111110001001111100111101001010010101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2B7C; }

 p { color: rgb(203,43,124); }

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

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

 a { background-color: rgb(203,43,124); }

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

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

 span { border-color: rgb(203,43,124); }

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