Shades of Deep Magenta #CE0FD9
Tints of Deep Magenta #CE0FD9
RGB
CMYK
RGB Variations
Color information
#CE0FD9 (or 0xCE0FD9) is known color: Deep Magenta. HEX triplet: CE, 0F and D9. RGB value is (206,15,217). Sum of RGB (Red+Green+Blue) = 206+15+217=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 217 (85.16% from 255 or 49.54% from 438); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE0FD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0FD9 is #31F026. Grayscale: #5E5E5E. Windows color (decimal): -3272743 or 14225358. OLE color: 14225358.
HSL color Cylindrical-coordinate representation of color #CE0FD9: hue angle of 296.73º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0FD9 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 15 | 217 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.15 |
| HSL | 296.73º | 0.87% | 0.45% | - |
| HSV(B) | 296.73º | 0.93% | 0.85% | - |
| XYZ | 38.15 | 18.47 | 67.2 | - |
| YUV | 95.14 | 196.78 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 217 | 0.05 | 0.93 | 0 | 0.15 | 296.73 | 0.87 | 0.45 |
| Hex | CE | F | D9 | 5 | 5D | 0 | F | 129 | 57 | 2D |
| Octal | 316 | 17 | 331 | 5 | 135 | 0 | 17 | 451 | 127 | 55 |
| Binary | 11001110 | 1111 | 11011001 | 101 | 1011101 | 0 | 1111 | 100101001 | 1010111 | 101101 |
Color Harmonies of #CE0FD9
Complementary color
Monochromatic Colors of #CE0FD9
Black with #CE0FD9
Text Example
Text Example
White with #CE0FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0FD9; }
p { color: rgb(206,15,217); }
H1.HeaderClassName
{
color: #CE0FD9;
}
.AnyTagClassName
{
color: #CE0FD9;
}
</style>
background-color css
<style>
a { background-color: #CE0FD9; }
a { background-color: rgb(206,15,217); }
div.DivClassName
{
background-color: #CE0FD9;
}
.BgClassName
{
background-color: #CE0FD9;
}
</style>
border-color css
<style>
span { border-color: #CE0FD9; }
span { border-color: rgb(206,15,217); }
td.TdClassName
{
border-color: #CE0FD9;
}
.TagClassName
{
border-color: #CE0FD9;
}
</style>