Shades of Deep Magenta #CE16D0
Tints of Deep Magenta #CE16D0
RGB
CMYK
RGB Variations
Color information
#CE16D0 (or 0xCE16D0) is known color: Deep Magenta. HEX triplet: CE, 16 and D0. RGB value is (206,22,208). Sum of RGB (Red+Green+Blue) = 206+22+208=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 22 (8.98% from 255 or 5.05% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE16D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16D0 is #31E92F. Grayscale: #616161. Windows color (decimal): -3270960 or 13637326. OLE color: 13637326.
HSL color Cylindrical-coordinate representation of color #CE16D0: hue angle of 299.35º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE16D0 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 22 | 208 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.18 |
| HSL | 299.35º | 0.81% | 0.45% | - |
| HSV(B) | 299.35º | 0.89% | 0.82% | - |
| XYZ | 37.13 | 18.25 | 61.24 | - |
| YUV | 98.22 | 189.96 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 208 | 0.01 | 0.89 | 0 | 0.18 | 299.35 | 0.81 | 0.45 |
| Hex | CE | 16 | D0 | 1 | 59 | 0 | 12 | 12B | 51 | 2D |
| Octal | 316 | 26 | 320 | 1 | 131 | 0 | 22 | 453 | 121 | 55 |
| Binary | 11001110 | 10110 | 11010000 | 1 | 1011001 | 0 | 10010 | 100101011 | 1010001 | 101101 |
Color Harmonies of #CE16D0
Complementary color
Monochromatic Colors of #CE16D0
Black with #CE16D0
Text Example
Text Example
White with #CE16D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16D0; }
p { color: rgb(206,22,208); }
H1.HeaderClassName
{
color: #CE16D0;
}
.AnyTagClassName
{
color: #CE16D0;
}
</style>
background-color css
<style>
a { background-color: #CE16D0; }
a { background-color: rgb(206,22,208); }
div.DivClassName
{
background-color: #CE16D0;
}
.BgClassName
{
background-color: #CE16D0;
}
</style>
border-color css
<style>
span { border-color: #CE16D0; }
span { border-color: rgb(206,22,208); }
td.TdClassName
{
border-color: #CE16D0;
}
.TagClassName
{
border-color: #CE16D0;
}
</style>