Shades of Cerise #CB3370
Tints of Cerise #CB3370
RGB
CMYK
RGB Variations
Color information
#CB3370 (or 0xCB3370) is known color: Cerise. HEX triplet: CB, 33 and 70. RGB value is (203,51,112). Sum of RGB (Red+Green+Blue) = 203+51+112=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3370 is #34CC8F. Grayscale: #676767. Windows color (decimal): -3460240 or 7353291. OLE color: 7353291.
HSL color Cylindrical-coordinate representation of color #CB3370: hue angle of 335.92º 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 #CB3370 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 112 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.20 |
| HSL | 335.92º | 0.6% | 0.5% | - |
| HSV(B) | 335.92º | 0.75% | 0.8% | - |
| XYZ | 28.74 | 16.23 | 16.95 | - |
| YUV | 103.4 | 132.86 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 112 | 0 | 0.75 | 0.45 | 0.20 | 335.92 | 0.6 | 0.5 |
| Hex | CB | 33 | 70 | 0 | 4B | 2D | 14 | 150 | 3C | 32 |
| Octal | 313 | 63 | 160 | 0 | 113 | 55 | 24 | 520 | 74 | 62 |
| Binary | 11001011 | 110011 | 1110000 | 0 | 1001011 | 101101 | 10100 | 101010000 | 111100 | 110010 |
Color Harmonies of #CB3370
Complementary color
Monochromatic Colors of #CB3370
Black with #CB3370
Text Example
Text Example
White with #CB3370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3370; }
p { color: rgb(203,51,112); }
H1.HeaderClassName
{
color: #CB3370;
}
.AnyTagClassName
{
color: #CB3370;
}
</style>
background-color css
<style>
a { background-color: #CB3370; }
a { background-color: rgb(203,51,112); }
div.DivClassName
{
background-color: #CB3370;
}
.BgClassName
{
background-color: #CB3370;
}
</style>
border-color css
<style>
span { border-color: #CB3370; }
span { border-color: rgb(203,51,112); }
td.TdClassName
{
border-color: #CB3370;
}
.TagClassName
{
border-color: #CB3370;
}
</style>