#CB3B7E

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

Shades of Deep Cerise #CB3B7E

Tints of Deep Cerise #CB3B7E

Color information

#CB3B7E (or 0xCB3B7E) is unknown color: approx Deep Cerise. HEX triplet: CB, 3B and 7E. RGB value is (203,59,126). Sum of RGB (Red+Green+Blue) = 203+59+126=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3B7E is #34C481. Grayscale: #6D6D6D. Windows color (decimal): -3458178 or 8272843. OLE color: 8272843.

HSL color Cylindrical-coordinate representation of color #CB3B7E: hue angle of 332.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3B7E is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB20359126-
CMYK00.710.380.20
HSL332.08º58.06%51.37%-
HSV(B)332.08º70.94%79.61%-
XYZ29.9617.3321.5-
YUV109.69137.21194.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.32%
GREEN value IS 59 (23.44% from 255) = 15.21%
BLUE value IS 126 (49.61% from 255) = 32.47%
R=52.32%
G=15.21%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035912600.710.380.20332.0858.0651.37
HexCB3B7E047261414c3a33
Octal31373176010746245147263
Binary1100101111101111111100100011110011010100101001100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3B7E; }

 p { color: rgb(203,59,126); }

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

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

 a { background-color: rgb(203,59,126); }

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

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

 span { border-color: rgb(203,59,126); }

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