#CB3B78

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

Shades of Deep Cerise #CB3B78

Tints of Deep Cerise #CB3B78

Color information

#CB3B78 (or 0xCB3B78) is unknown color: approx Deep Cerise. HEX triplet: CB, 3B and 78. RGB value is (203,59,120). Sum of RGB (Red+Green+Blue) = 203+59+120=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3B78 is #34C487. Grayscale: #6C6C6C. Windows color (decimal): -3458184 or 7879627. OLE color: 7879627.

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

Color convert

RGB20359120-
CMYK00.710.410.20
HSL334.58º58.06%51.37%-
HSV(B)334.58º70.94%79.61%-
XYZ29.5817.1819.53-
YUV109.01134.21195.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.14%
GREEN value IS 59 (23.44% from 255) = 15.45%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=53.14%
G=15.45%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035912000.710.410.20334.5858.0651.37
HexCB3B78047291414f3a33
Octal31373170010751245177263
Binary1100101111101111110000100011110100110100101001111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3B78; }

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

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

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

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

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

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

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

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