Shades of Deep Cerise #CE2E98
Tints of Deep Cerise #CE2E98
RGB
CMYK
RGB Variations
Color information
#CE2E98 (or 0xCE2E98) is known color: Deep Cerise. HEX triplet: CE, 2E and 98. RGB value is (206,46,152). Sum of RGB (Red+Green+Blue) = 206+46+152=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2E98 is #31D167. Grayscale: #696969. Windows color (decimal): -3264872 or 9973454. OLE color: 9973454.
HSL color Cylindrical-coordinate representation of color #CE2E98: hue angle of 320.25º degrees, saturation: 0.63, 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 #CE2E98 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 152 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.19 |
| HSL | 320.25º | 0.63% | 0.49% | - |
| HSV(B) | 320.25º | 0.78% | 0.81% | - |
| XYZ | 32.1 | 17.34 | 31.36 | - |
| YUV | 105.92 | 154.01 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 152 | 0 | 0.78 | 0.26 | 0.19 | 320.25 | 0.63 | 0.49 |
| Hex | CE | 2E | 98 | 0 | 4E | 1A | 13 | 140 | 3F | 31 |
| Octal | 316 | 56 | 230 | 0 | 116 | 32 | 23 | 500 | 77 | 61 |
| Binary | 11001110 | 101110 | 10011000 | 0 | 1001110 | 11010 | 10011 | 101000000 | 111111 | 110001 |
Color Harmonies of #CE2E98
Complementary color
Monochromatic Colors of #CE2E98
Black with #CE2E98
Text Example
Text Example
White with #CE2E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E98; }
p { color: rgb(206,46,152); }
H1.HeaderClassName
{
color: #CE2E98;
}
.AnyTagClassName
{
color: #CE2E98;
}
</style>
background-color css
<style>
a { background-color: #CE2E98; }
a { background-color: rgb(206,46,152); }
div.DivClassName
{
background-color: #CE2E98;
}
.BgClassName
{
background-color: #CE2E98;
}
</style>
border-color css
<style>
span { border-color: #CE2E98; }
span { border-color: rgb(206,46,152); }
td.TdClassName
{
border-color: #CE2E98;
}
.TagClassName
{
border-color: #CE2E98;
}
</style>