#CB2A76

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

Shades of Deep Cerise #CB2A76

Tints of Deep Cerise #CB2A76

Color information

#CB2A76 (or 0xCB2A76) is unknown color: approx Deep Cerise. HEX triplet: CB, 2A and 76. RGB value is (203,42,118). Sum of RGB (Red+Green+Blue) = 203+42+118=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2A76 is #34D589. Grayscale: #626262. Windows color (decimal): -3462538 or 7744203. OLE color: 7744203.

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

Color convert

RGB20342118-
CMYK00.790.420.20
HSL331.68º65.71%48.04%-
HSV(B)331.68º79.31%79.61%-
XYZ28.7315.6618.65-
YUV98.8138.84202.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.92%
GREEN value IS 42 (16.80% from 255) = 11.57%
BLUE value IS 118 (46.48% from 255) = 32.51%
R=55.92%
G=11.57%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034211800.790.420.20331.6865.7148.04
HexCB2A7604F2A1414c4230
Octal313521660117522451410260
Binary11001011101010111011001001111101010101001010011001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2A76; }

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

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

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

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

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

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

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

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