#CB3771

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

Shades of Cerise #CB3771

Tints of Cerise #CB3771

Color information

#CB3771 (or 0xCB3771) is unknown color: approx Cerise. HEX triplet: CB, 37 and 71. RGB value is (203,55,113). Sum of RGB (Red+Green+Blue) = 203+55+113=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3771 is #34C88E. Grayscale: #696969. Windows color (decimal): -3459215 or 7419851. OLE color: 7419851.

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

Color convert

RGB20355113-
CMYK00.730.440.20
HSL336.49º58.73%50.59%-
HSV(B)336.49º72.91%79.61%-
XYZ28.9816.6217.3-
YUV105.86132.03197.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.72%
GREEN value IS 55 (21.88% from 255) = 14.82%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=54.72%
G=14.82%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035511300.730.440.20336.4958.7350.59
HexCB37710492C141503b33
Octal31367161011154245207363
Binary1100101111011111100010100100110110010100101010000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3771; }

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

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

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

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

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

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

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

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