Shades of Deep Magenta #CE0FDE
Tints of Deep Magenta #CE0FDE
RGB
CMYK
RGB Variations
Color information
#CE0FDE (or 0xCE0FDE) is known color: Deep Magenta. HEX triplet: CE, 0F and DE. RGB value is (206,15,222). Sum of RGB (Red+Green+Blue) = 206+15+222=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE0FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0FDE is #31F021. Grayscale: #5F5F5F. Windows color (decimal): -3272738 or 14553038. OLE color: 14553038.
HSL color Cylindrical-coordinate representation of color #CE0FDE: hue angle of 295.36º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0FDE is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 15 | 222 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.13 |
| HSL | 295.36º | 0.87% | 0.46% | - |
| HSV(B) | 295.36º | 0.93% | 0.87% | - |
| XYZ | 38.81 | 18.74 | 70.68 | - |
| YUV | 95.71 | 199.28 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 222 | 0.07 | 0.93 | 0 | 0.13 | 295.36 | 0.87 | 0.46 |
| Hex | CE | F | DE | 7 | 5D | 0 | D | 127 | 57 | 2E |
| Octal | 316 | 17 | 336 | 7 | 135 | 0 | 15 | 447 | 127 | 56 |
| Binary | 11001110 | 1111 | 11011110 | 111 | 1011101 | 0 | 1101 | 100100111 | 1010111 | 101110 |
Color Harmonies of #CE0FDE
Complementary color
Monochromatic Colors of #CE0FDE
Black with #CE0FDE
Text Example
Text Example
White with #CE0FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0FDE; }
p { color: rgb(206,15,222); }
H1.HeaderClassName
{
color: #CE0FDE;
}
.AnyTagClassName
{
color: #CE0FDE;
}
</style>
background-color css
<style>
a { background-color: #CE0FDE; }
a { background-color: rgb(206,15,222); }
div.DivClassName
{
background-color: #CE0FDE;
}
.BgClassName
{
background-color: #CE0FDE;
}
</style>
border-color css
<style>
span { border-color: #CE0FDE; }
span { border-color: rgb(206,15,222); }
td.TdClassName
{
border-color: #CE0FDE;
}
.TagClassName
{
border-color: #CE0FDE;
}
</style>