Shades of Deep Magenta #CE14D9
Tints of Deep Magenta #CE14D9
RGB
CMYK
RGB Variations
Color information
#CE14D9 (or 0xCE14D9) is known color: Deep Magenta. HEX triplet: CE, 14 and D9. RGB value is (206,20,217). Sum of RGB (Red+Green+Blue) = 206+20+217=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 20 (8.20% from 255 or 4.51% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE14D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE14D9 is #31EB26. Grayscale: #616161. Windows color (decimal): -3271463 or 14226638. OLE color: 14226638.
HSL color Cylindrical-coordinate representation of color #CE14D9: hue angle of 296.65º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE14D9 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 20 | 217 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.15 |
| HSL | 296.65º | 0.83% | 0.46% | - |
| HSV(B) | 296.65º | 0.91% | 0.85% | - |
| XYZ | 38.23 | 18.63 | 67.23 | - |
| YUV | 98.07 | 195.12 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 217 | 0.05 | 0.91 | 0 | 0.15 | 296.65 | 0.83 | 0.46 |
| Hex | CE | 14 | D9 | 5 | 5B | 0 | F | 129 | 53 | 2E |
| Octal | 316 | 24 | 331 | 5 | 133 | 0 | 17 | 451 | 123 | 56 |
| Binary | 11001110 | 10100 | 11011001 | 101 | 1011011 | 0 | 1111 | 100101001 | 1010011 | 101110 |
Color Harmonies of #CE14D9
Complementary color
Monochromatic Colors of #CE14D9
Black with #CE14D9
Text Example
Text Example
White with #CE14D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14D9; }
p { color: rgb(206,20,217); }
H1.HeaderClassName
{
color: #CE14D9;
}
.AnyTagClassName
{
color: #CE14D9;
}
</style>
background-color css
<style>
a { background-color: #CE14D9; }
a { background-color: rgb(206,20,217); }
div.DivClassName
{
background-color: #CE14D9;
}
.BgClassName
{
background-color: #CE14D9;
}
</style>
border-color css
<style>
span { border-color: #CE14D9; }
span { border-color: rgb(206,20,217); }
td.TdClassName
{
border-color: #CE14D9;
}
.TagClassName
{
border-color: #CE14D9;
}
</style>