Shades of Cerise #CB3470
Tints of Cerise #CB3470
RGB
CMYK
RGB Variations
Color information
#CB3470 (or 0xCB3470) is known color: Cerise. HEX triplet: CB, 34 and 70. RGB value is (203,52,112). Sum of RGB (Red+Green+Blue) = 203+52+112=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3470 is #34CB8F. Grayscale: #676767. Windows color (decimal): -3459984 or 7353547. OLE color: 7353547.
HSL color Cylindrical-coordinate representation of color #CB3470: hue angle of 336.16º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3470 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 112 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.20 |
| HSL | 336.16º | 0.59% | 0.5% | - |
| HSV(B) | 336.16º | 0.74% | 0.8% | - |
| XYZ | 28.78 | 16.32 | 16.96 | - |
| YUV | 103.99 | 132.53 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 112 | 0 | 0.74 | 0.45 | 0.20 | 336.16 | 0.59 | 0.5 |
| Hex | CB | 34 | 70 | 0 | 4A | 2D | 14 | 150 | 3B | 32 |
| Octal | 313 | 64 | 160 | 0 | 112 | 55 | 24 | 520 | 73 | 62 |
| Binary | 11001011 | 110100 | 1110000 | 0 | 1001010 | 101101 | 10100 | 101010000 | 111011 | 110010 |
Color Harmonies of #CB3470
Complementary color
Monochromatic Colors of #CB3470
Black with #CB3470
Text Example
Text Example
White with #CB3470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3470; }
p { color: rgb(203,52,112); }
H1.HeaderClassName
{
color: #CB3470;
}
.AnyTagClassName
{
color: #CB3470;
}
</style>
background-color css
<style>
a { background-color: #CB3470; }
a { background-color: rgb(203,52,112); }
div.DivClassName
{
background-color: #CB3470;
}
.BgClassName
{
background-color: #CB3470;
}
</style>
border-color css
<style>
span { border-color: #CB3470; }
span { border-color: rgb(203,52,112); }
td.TdClassName
{
border-color: #CB3470;
}
.TagClassName
{
border-color: #CB3470;
}
</style>