Shades of Deep Magenta #CE10DD
Tints of Deep Magenta #CE10DD
RGB
CMYK
RGB Variations
Color information
#CE10DD (or 0xCE10DD) is known color: Deep Magenta. HEX triplet: CE, 10 and DD. RGB value is (206,16,221). Sum of RGB (Red+Green+Blue) = 206+16+221=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE10DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE10DD is #31EF22. Grayscale: #5F5F5F. Windows color (decimal): -3272483 or 14487758. OLE color: 14487758.
HSL color Cylindrical-coordinate representation of color #CE10DD: hue angle of 295.61º degrees, saturation: 0.86, 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 #CE10DD is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 16 | 221 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.13 |
| HSL | 295.61º | 0.86% | 0.46% | - |
| HSV(B) | 295.61º | 0.93% | 0.87% | - |
| XYZ | 38.69 | 18.71 | 69.98 | - |
| YUV | 96.18 | 198.45 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 221 | 0.07 | 0.93 | 0 | 0.13 | 295.61 | 0.86 | 0.46 |
| Hex | CE | 10 | DD | 7 | 5D | 0 | D | 128 | 56 | 2E |
| Octal | 316 | 20 | 335 | 7 | 135 | 0 | 15 | 450 | 126 | 56 |
| Binary | 11001110 | 10000 | 11011101 | 111 | 1011101 | 0 | 1101 | 100101000 | 1010110 | 101110 |
Color Harmonies of #CE10DD
Complementary color
Monochromatic Colors of #CE10DD
Black with #CE10DD
Text Example
Text Example
White with #CE10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10DD; }
p { color: rgb(206,16,221); }
H1.HeaderClassName
{
color: #CE10DD;
}
.AnyTagClassName
{
color: #CE10DD;
}
</style>
background-color css
<style>
a { background-color: #CE10DD; }
a { background-color: rgb(206,16,221); }
div.DivClassName
{
background-color: #CE10DD;
}
.BgClassName
{
background-color: #CE10DD;
}
</style>
border-color css
<style>
span { border-color: #CE10DD; }
span { border-color: rgb(206,16,221); }
td.TdClassName
{
border-color: #CE10DD;
}
.TagClassName
{
border-color: #CE10DD;
}
</style>