#cb3361

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

Shades of Cerise #CB3361

Tints of Cerise #CB3361

Color information

#CB3361 (or 0xCB3361) is unknown color: approx Cerise. HEX triplet: CB, 33 and 61. RGB value is (203,51,97). Sum of RGB (Red+Green+Blue) = 203+51+97=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3361 is #34CC9E. Grayscale: #656565. Windows color (decimal): -3460255 or 6370251. OLE color: 6370251.

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

Color convert

RGB2035197-
CMYK00.750.520.20
HSL341.84º59.84%49.8%-
HSV(B)341.84º74.88%79.61%-
XYZ27.9715.9312.91-
YUV101.69125.36200.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.83%
GREEN value IS 51 (20.31% from 255) = 14.53%
BLUE value IS 97 (38.28% from 255) = 27.64%
R=57.83%
G=14.53%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203519700.750.520.20341.8459.8449.8
HexCB336104B34141563c32
Octal31363141011364245267462
Binary1100101111001111000010100101111010010100101010110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb3361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb3361; }

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

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

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

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

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

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

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

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