Shades of Cerise #CE2F70
Tints of Cerise #CE2F70
RGB
CMYK
RGB Variations
Color information
#CE2F70 (or 0xCE2F70) is known color: Cerise. HEX triplet: CE, 2F and 70. RGB value is (206,47,112). Sum of RGB (Red+Green+Blue) = 206+47+112=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2F70 is #31D08F. Grayscale: #656565. Windows color (decimal): -3264656 or 7352270. OLE color: 7352270.
HSL color Cylindrical-coordinate representation of color #CE2F70: hue angle of 335.47º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2F70 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 112 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.19 |
| HSL | 335.47º | 0.63% | 0.5% | - |
| HSV(B) | 335.47º | 0.77% | 0.81% | - |
| XYZ | 29.39 | 16.32 | 16.93 | - |
| YUV | 101.95 | 133.68 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 112 | 0 | 0.77 | 0.46 | 0.19 | 335.47 | 0.63 | 0.5 |
| Hex | CE | 2F | 70 | 0 | 4D | 2E | 13 | 14F | 3F | 32 |
| Octal | 316 | 57 | 160 | 0 | 115 | 56 | 23 | 517 | 77 | 62 |
| Binary | 11001110 | 101111 | 1110000 | 0 | 1001101 | 101110 | 10011 | 101001111 | 111111 | 110010 |
Color Harmonies of #CE2F70
Complementary color
Monochromatic Colors of #CE2F70
Black with #CE2F70
Text Example
Text Example
White with #CE2F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F70; }
p { color: rgb(206,47,112); }
H1.HeaderClassName
{
color: #CE2F70;
}
.AnyTagClassName
{
color: #CE2F70;
}
</style>
background-color css
<style>
a { background-color: #CE2F70; }
a { background-color: rgb(206,47,112); }
div.DivClassName
{
background-color: #CE2F70;
}
.BgClassName
{
background-color: #CE2F70;
}
</style>
border-color css
<style>
span { border-color: #CE2F70; }
span { border-color: rgb(206,47,112); }
td.TdClassName
{
border-color: #CE2F70;
}
.TagClassName
{
border-color: #CE2F70;
}
</style>