Shades of Deep Magenta #CE0EDF
Tints of Deep Magenta #CE0EDF
RGB
CMYK
RGB Variations
Color information
#CE0EDF (or 0xCE0EDF) is known color: Deep Magenta. HEX triplet: CE, 0E and DF. RGB value is (206,14,223). Sum of RGB (Red+Green+Blue) = 206+14+223=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE0EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0EDF is #31F120. Grayscale: #5E5E5E. Windows color (decimal): -3272993 or 14618318. OLE color: 14618318.
HSL color Cylindrical-coordinate representation of color #CE0EDF: hue angle of 295.12º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0EDF is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 14 | 223 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.13 |
| HSL | 295.12º | 0.88% | 0.46% | - |
| HSV(B) | 295.12º | 0.94% | 0.87% | - |
| XYZ | 38.93 | 18.76 | 71.38 | - |
| YUV | 95.23 | 200.11 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 223 | 0.08 | 0.94 | 0 | 0.13 | 295.12 | 0.88 | 0.46 |
| Hex | CE | E | DF | 8 | 5E | 0 | D | 127 | 58 | 2E |
| Octal | 316 | 16 | 337 | 10 | 136 | 0 | 15 | 447 | 130 | 56 |
| Binary | 11001110 | 1110 | 11011111 | 1000 | 1011110 | 0 | 1101 | 100100111 | 1011000 | 101110 |
Color Harmonies of #CE0EDF
Complementary color
Monochromatic Colors of #CE0EDF
Black with #CE0EDF
Text Example
Text Example
White with #CE0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0EDF; }
p { color: rgb(206,14,223); }
H1.HeaderClassName
{
color: #CE0EDF;
}
.AnyTagClassName
{
color: #CE0EDF;
}
</style>
background-color css
<style>
a { background-color: #CE0EDF; }
a { background-color: rgb(206,14,223); }
div.DivClassName
{
background-color: #CE0EDF;
}
.BgClassName
{
background-color: #CE0EDF;
}
</style>
border-color css
<style>
span { border-color: #CE0EDF; }
span { border-color: rgb(206,14,223); }
td.TdClassName
{
border-color: #CE0EDF;
}
.TagClassName
{
border-color: #CE0EDF;
}
</style>