#CB3371

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

Shades of Cerise #CB3371

Tints of Cerise #CB3371

Color information

#CB3371 (or 0xCB3371) is unknown color: approx Cerise. HEX triplet: CB, 33 and 71. RGB value is (203,51,113). Sum of RGB (Red+Green+Blue) = 203+51+113=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3371 is #34CC8E. Grayscale: #676767. Windows color (decimal): -3460239 or 7418827. OLE color: 7418827.

HSL color Cylindrical-coordinate representation of color #CB3371: hue angle of 335.53º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3371 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB20351113-
CMYK00.750.440.20
HSL335.53º59.84%49.8%-
HSV(B)335.53º74.88%79.61%-
XYZ28.7916.2617.24-
YUV103.52133.36198.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.31%
GREEN value IS 51 (20.31% from 255) = 13.90%
BLUE value IS 113 (44.53% from 255) = 30.79%
R=55.31%
G=13.90%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035111300.750.440.20335.5359.8449.8
HexCB337104B2C141503c32
Octal31363161011354245207462
Binary1100101111001111100010100101110110010100101010000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3371; }

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

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

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

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

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

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

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

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