#CB3781

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

Shades of Deep Cerise #CB3781

Tints of Deep Cerise #CB3781

Color information

#CB3781 (or 0xCB3781) is unknown color: approx Deep Cerise. HEX triplet: CB, 37 and 81. RGB value is (203,55,129). Sum of RGB (Red+Green+Blue) = 203+55+129=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3781 is #34C87E. Grayscale: #6B6B6B. Windows color (decimal): -3459199 or 8468427. OLE color: 8468427.

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

Color convert

RGB20355129-
CMYK00.730.360.20
HSL330º58.73%50.59%-
HSV(B)330º72.91%79.61%-
XYZ29.9617.0122.47-
YUV107.69140.03195.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.45%
GREEN value IS 55 (21.88% from 255) = 14.21%
BLUE value IS 129 (50.78% from 255) = 33.33%
R=52.45%
G=14.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035512900.730.360.2033058.7350.59
HexCB3781049241414a3b33
Octal31367201011144245127363
Binary11001011110111100000010100100110010010100101001010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3781; }

 p { color: rgb(203,55,129); }

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

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

 a { background-color: rgb(203,55,129); }

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

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

 span { border-color: rgb(203,55,129); }

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