Shades of Cerise #CB3372
Tints of Cerise #CB3372
RGB
CMYK
RGB Variations
Color information
#CB3372 (or 0xCB3372) is known color: Cerise. HEX triplet: CB, 33 and 72. RGB value is (203,51,114). Sum of RGB (Red+Green+Blue) = 203+51+114=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3372 is #34CC8D. Grayscale: #676767. Windows color (decimal): -3460238 or 7484363. OLE color: 7484363.
HSL color Cylindrical-coordinate representation of color #CB3372: hue angle of 335.13º 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 #CB3372 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 114 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.20 |
| HSL | 335.13º | 0.6% | 0.5% | - |
| HSV(B) | 335.13º | 0.75% | 0.8% | - |
| XYZ | 28.85 | 16.28 | 17.54 | - |
| YUV | 103.63 | 133.86 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 114 | 0 | 0.75 | 0.44 | 0.20 | 335.13 | 0.6 | 0.5 |
| Hex | CB | 33 | 72 | 0 | 4B | 2C | 14 | 14F | 3C | 32 |
| Octal | 313 | 63 | 162 | 0 | 113 | 54 | 24 | 517 | 74 | 62 |
| Binary | 11001011 | 110011 | 1110010 | 0 | 1001011 | 101100 | 10100 | 101001111 | 111100 | 110010 |
Color Harmonies of #CB3372
Complementary color
Monochromatic Colors of #CB3372
Black with #CB3372
Text Example
Text Example
White with #CB3372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3372; }
p { color: rgb(203,51,114); }
H1.HeaderClassName
{
color: #CB3372;
}
.AnyTagClassName
{
color: #CB3372;
}
</style>
background-color css
<style>
a { background-color: #CB3372; }
a { background-color: rgb(203,51,114); }
div.DivClassName
{
background-color: #CB3372;
}
.BgClassName
{
background-color: #CB3372;
}
</style>
border-color css
<style>
span { border-color: #CB3372; }
span { border-color: rgb(203,51,114); }
td.TdClassName
{
border-color: #CB3372;
}
.TagClassName
{
border-color: #CB3372;
}
</style>