Shades of Deep Magenta #CE0FD6
Tints of Deep Magenta #CE0FD6
RGB
CMYK
RGB Variations
Color information
#CE0FD6 (or 0xCE0FD6) is known color: Deep Magenta. HEX triplet: CE, 0F and D6. RGB value is (206,15,214). Sum of RGB (Red+Green+Blue) = 206+15+214=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE0FD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0FD6 is #31F029. Grayscale: #5E5E5E. Windows color (decimal): -3272746 or 14028750. OLE color: 14028750.
HSL color Cylindrical-coordinate representation of color #CE0FD6: hue angle of 297.59º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0FD6 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 15 | 214 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.16 |
| HSL | 297.59º | 0.87% | 0.45% | - |
| HSV(B) | 297.59º | 0.93% | 0.84% | - |
| XYZ | 37.76 | 18.32 | 65.16 | - |
| YUV | 94.8 | 195.28 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 214 | 0.04 | 0.93 | 0 | 0.16 | 297.59 | 0.87 | 0.45 |
| Hex | CE | F | D6 | 4 | 5D | 0 | 10 | 12A | 57 | 2D |
| Octal | 316 | 17 | 326 | 4 | 135 | 0 | 20 | 452 | 127 | 55 |
| Binary | 11001110 | 1111 | 11010110 | 100 | 1011101 | 0 | 10000 | 100101010 | 1010111 | 101101 |
Color Harmonies of #CE0FD6
Complementary color
Monochromatic Colors of #CE0FD6
Black with #CE0FD6
Text Example
Text Example
White with #CE0FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0FD6; }
p { color: rgb(206,15,214); }
H1.HeaderClassName
{
color: #CE0FD6;
}
.AnyTagClassName
{
color: #CE0FD6;
}
</style>
background-color css
<style>
a { background-color: #CE0FD6; }
a { background-color: rgb(206,15,214); }
div.DivClassName
{
background-color: #CE0FD6;
}
.BgClassName
{
background-color: #CE0FD6;
}
</style>
border-color css
<style>
span { border-color: #CE0FD6; }
span { border-color: rgb(206,15,214); }
td.TdClassName
{
border-color: #CE0FD6;
}
.TagClassName
{
border-color: #CE0FD6;
}
</style>