Shades of Deep Cerise #CE2F96
Tints of Deep Cerise #CE2F96
RGB
CMYK
RGB Variations
Color information
#CE2F96 (or 0xCE2F96) is known color: Deep Cerise. HEX triplet: CE, 2F and 96. RGB value is (206,47,150). Sum of RGB (Red+Green+Blue) = 206+47+150=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2F96 is #31D069. Grayscale: #6A6A6A. Windows color (decimal): -3264618 or 9842638. OLE color: 9842638.
HSL color Cylindrical-coordinate representation of color #CE2F96: hue angle of 321.13º 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 #CE2F96 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 150 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.19 |
| HSL | 321.13º | 0.63% | 0.5% | - |
| HSV(B) | 321.13º | 0.77% | 0.81% | - |
| XYZ | 31.98 | 17.36 | 30.52 | - |
| YUV | 106.28 | 152.68 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 150 | 0 | 0.77 | 0.27 | 0.19 | 321.13 | 0.63 | 0.5 |
| Hex | CE | 2F | 96 | 0 | 4D | 1B | 13 | 141 | 3F | 32 |
| Octal | 316 | 57 | 226 | 0 | 115 | 33 | 23 | 501 | 77 | 62 |
| Binary | 11001110 | 101111 | 10010110 | 0 | 1001101 | 11011 | 10011 | 101000001 | 111111 | 110010 |
Color Harmonies of #CE2F96
Complementary color
Monochromatic Colors of #CE2F96
Black with #CE2F96
Text Example
Text Example
White with #CE2F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F96; }
p { color: rgb(206,47,150); }
H1.HeaderClassName
{
color: #CE2F96;
}
.AnyTagClassName
{
color: #CE2F96;
}
</style>
background-color css
<style>
a { background-color: #CE2F96; }
a { background-color: rgb(206,47,150); }
div.DivClassName
{
background-color: #CE2F96;
}
.BgClassName
{
background-color: #CE2F96;
}
</style>
border-color css
<style>
span { border-color: #CE2F96; }
span { border-color: rgb(206,47,150); }
td.TdClassName
{
border-color: #CE2F96;
}
.TagClassName
{
border-color: #CE2F96;
}
</style>