Shades of Deep Cerise #CE2C95
Tints of Deep Cerise #CE2C95
RGB
CMYK
RGB Variations
Color information
#CE2C95 (or 0xCE2C95) is known color: Deep Cerise. HEX triplet: CE, 2C and 95. RGB value is (206,44,149). Sum of RGB (Red+Green+Blue) = 206+44+149=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2C95 is #31D36A. Grayscale: #686868. Windows color (decimal): -3265387 or 9776334. OLE color: 9776334.
HSL color Cylindrical-coordinate representation of color #CE2C95: hue angle of 321.11º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2C95 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 44 | 149 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.19 |
| HSL | 321.11º | 0.65% | 0.49% | - |
| HSV(B) | 321.11º | 0.79% | 0.81% | - |
| XYZ | 31.78 | 17.09 | 30.06 | - |
| YUV | 104.41 | 153.17 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 149 | 0 | 0.79 | 0.28 | 0.19 | 321.11 | 0.65 | 0.49 |
| Hex | CE | 2C | 95 | 0 | 4F | 1C | 13 | 141 | 41 | 31 |
| Octal | 316 | 54 | 225 | 0 | 117 | 34 | 23 | 501 | 101 | 61 |
| Binary | 11001110 | 101100 | 10010101 | 0 | 1001111 | 11100 | 10011 | 101000001 | 1000001 | 110001 |
Color Harmonies of #CE2C95
Complementary color
Monochromatic Colors of #CE2C95
Black with #CE2C95
Text Example
Text Example
White with #CE2C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2C95; }
p { color: rgb(206,44,149); }
H1.HeaderClassName
{
color: #CE2C95;
}
.AnyTagClassName
{
color: #CE2C95;
}
</style>
background-color css
<style>
a { background-color: #CE2C95; }
a { background-color: rgb(206,44,149); }
div.DivClassName
{
background-color: #CE2C95;
}
.BgClassName
{
background-color: #CE2C95;
}
</style>
border-color css
<style>
span { border-color: #CE2C95; }
span { border-color: rgb(206,44,149); }
td.TdClassName
{
border-color: #CE2C95;
}
.TagClassName
{
border-color: #CE2C95;
}
</style>