Shades of Deep Magenta #CE16D9
Tints of Deep Magenta #CE16D9
RGB
CMYK
RGB Variations
Color information
#CE16D9 (or 0xCE16D9) is known color: Deep Magenta. HEX triplet: CE, 16 and D9. RGB value is (206,22,217). Sum of RGB (Red+Green+Blue) = 206+22+217=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE16D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16D9 is #31E926. Grayscale: #626262. Windows color (decimal): -3270951 or 14227150. OLE color: 14227150.
HSL color Cylindrical-coordinate representation of color #CE16D9: hue angle of 296.62º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE16D9 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 22 | 217 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.15 |
| HSL | 296.62º | 0.82% | 0.47% | - |
| HSV(B) | 296.62º | 0.9% | 0.85% | - |
| XYZ | 38.26 | 18.71 | 67.24 | - |
| YUV | 99.25 | 194.46 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 217 | 0.05 | 0.90 | 0 | 0.15 | 296.62 | 0.82 | 0.47 |
| Hex | CE | 16 | D9 | 5 | 5A | 0 | F | 129 | 52 | 2F |
| Octal | 316 | 26 | 331 | 5 | 132 | 0 | 17 | 451 | 122 | 57 |
| Binary | 11001110 | 10110 | 11011001 | 101 | 1011010 | 0 | 1111 | 100101001 | 1010010 | 101111 |
Color Harmonies of #CE16D9
Complementary color
Monochromatic Colors of #CE16D9
Black with #CE16D9
Text Example
Text Example
White with #CE16D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16D9; }
p { color: rgb(206,22,217); }
H1.HeaderClassName
{
color: #CE16D9;
}
.AnyTagClassName
{
color: #CE16D9;
}
</style>
background-color css
<style>
a { background-color: #CE16D9; }
a { background-color: rgb(206,22,217); }
div.DivClassName
{
background-color: #CE16D9;
}
.BgClassName
{
background-color: #CE16D9;
}
</style>
border-color css
<style>
span { border-color: #CE16D9; }
span { border-color: rgb(206,22,217); }
td.TdClassName
{
border-color: #CE16D9;
}
.TagClassName
{
border-color: #CE16D9;
}
</style>