Shades of Deep Magenta #CE0FDC
Tints of Deep Magenta #CE0FDC
RGB
CMYK
RGB Variations
Color information
#CE0FDC (or 0xCE0FDC) is known color: Deep Magenta. HEX triplet: CE, 0F and DC. RGB value is (206,15,220). Sum of RGB (Red+Green+Blue) = 206+15+220=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE0FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0FDC is #31F023. Grayscale: #5E5E5E. Windows color (decimal): -3272740 or 14421966. OLE color: 14421966.
HSL color Cylindrical-coordinate representation of color #CE0FDC: hue angle of 295.9º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0FDC is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 15 | 220 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.14 |
| HSL | 295.9º | 0.87% | 0.46% | - |
| HSV(B) | 295.9º | 0.93% | 0.86% | - |
| XYZ | 38.54 | 18.63 | 69.27 | - |
| YUV | 95.48 | 198.28 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 220 | 0.06 | 0.93 | 0 | 0.14 | 295.9 | 0.87 | 0.46 |
| Hex | CE | F | DC | 6 | 5D | 0 | E | 128 | 57 | 2E |
| Octal | 316 | 17 | 334 | 6 | 135 | 0 | 16 | 450 | 127 | 56 |
| Binary | 11001110 | 1111 | 11011100 | 110 | 1011101 | 0 | 1110 | 100101000 | 1010111 | 101110 |
Color Harmonies of #CE0FDC
Complementary color
Monochromatic Colors of #CE0FDC
Black with #CE0FDC
Text Example
Text Example
White with #CE0FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0FDC; }
p { color: rgb(206,15,220); }
H1.HeaderClassName
{
color: #CE0FDC;
}
.AnyTagClassName
{
color: #CE0FDC;
}
</style>
background-color css
<style>
a { background-color: #CE0FDC; }
a { background-color: rgb(206,15,220); }
div.DivClassName
{
background-color: #CE0FDC;
}
.BgClassName
{
background-color: #CE0FDC;
}
</style>
border-color css
<style>
span { border-color: #CE0FDC; }
span { border-color: rgb(206,15,220); }
td.TdClassName
{
border-color: #CE0FDC;
}
.TagClassName
{
border-color: #CE0FDC;
}
</style>