Shades of Deep Cerise #CE2D98
Tints of Deep Cerise #CE2D98
RGB
CMYK
RGB Variations
Color information
#CE2D98 (or 0xCE2D98) is known color: Deep Cerise. HEX triplet: CE, 2D and 98. RGB value is (206,45,152). Sum of RGB (Red+Green+Blue) = 206+45+152=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2D98 is #31D267. Grayscale: #696969. Windows color (decimal): -3265128 or 9973198. OLE color: 9973198.
HSL color Cylindrical-coordinate representation of color #CE2D98: hue angle of 320.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2D98 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 152 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.19 |
| HSL | 320.12º | 0.64% | 0.49% | - |
| HSV(B) | 320.12º | 0.78% | 0.81% | - |
| XYZ | 32.06 | 17.27 | 31.35 | - |
| YUV | 105.34 | 154.34 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 152 | 0 | 0.78 | 0.26 | 0.19 | 320.12 | 0.64 | 0.49 |
| Hex | CE | 2D | 98 | 0 | 4E | 1A | 13 | 140 | 40 | 31 |
| Octal | 316 | 55 | 230 | 0 | 116 | 32 | 23 | 500 | 100 | 61 |
| Binary | 11001110 | 101101 | 10011000 | 0 | 1001110 | 11010 | 10011 | 101000000 | 1000000 | 110001 |
Color Harmonies of #CE2D98
Complementary color
Monochromatic Colors of #CE2D98
Black with #CE2D98
Text Example
Text Example
White with #CE2D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D98; }
p { color: rgb(206,45,152); }
H1.HeaderClassName
{
color: #CE2D98;
}
.AnyTagClassName
{
color: #CE2D98;
}
</style>
background-color css
<style>
a { background-color: #CE2D98; }
a { background-color: rgb(206,45,152); }
div.DivClassName
{
background-color: #CE2D98;
}
.BgClassName
{
background-color: #CE2D98;
}
</style>
border-color css
<style>
span { border-color: #CE2D98; }
span { border-color: rgb(206,45,152); }
td.TdClassName
{
border-color: #CE2D98;
}
.TagClassName
{
border-color: #CE2D98;
}
</style>