#CB2E7D

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

Shades of Deep Cerise #CB2E7D

Tints of Deep Cerise #CB2E7D

Color information

#CB2E7D (or 0xCB2E7D) is unknown color: approx Deep Cerise. HEX triplet: CB, 2E and 7D. RGB value is (203,46,125). Sum of RGB (Red+Green+Blue) = 203+46+125=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2E7D is #34D182. Grayscale: #656565. Windows color (decimal): -3461507 or 8203979. OLE color: 8203979.

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

Color convert

RGB20346125-
CMYK00.770.380.20
HSL329.81º63.05%48.82%-
HSV(B)329.81º77.34%79.61%-
XYZ29.3116.1320.97-
YUV101.95141.01200.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.28%
GREEN value IS 46 (18.36% from 255) = 12.30%
BLUE value IS 125 (49.22% from 255) = 33.42%
R=54.28%
G=12.30%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034612500.770.380.20329.8163.0548.82
HexCB2E7D04D261414a3f31
Octal31356175011546245127761
Binary1100101110111011111010100110110011010100101001010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2E7D; }

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

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

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

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

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

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

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

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