Shades of Deep Magenta #CE16CD
Tints of Deep Magenta #CE16CD
RGB
CMYK
RGB Variations
Color information
#CE16CD (or 0xCE16CD) is known color: Deep Magenta. HEX triplet: CE, 16 and CD. RGB value is (206,22,205). Sum of RGB (Red+Green+Blue) = 206+22+205=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE16CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16CD is #31E932. Grayscale: #616161. Windows color (decimal): -3270963 or 13440718. OLE color: 13440718.
HSL color Cylindrical-coordinate representation of color #CE16CD: hue angle of 300.33º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE16CD is Cyan = 0, Magento = 0.89, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 205 | - |
| CMYK | 0 | 0.89 | 0.00 | 0.19 |
| HSL | 300.33º | 0.81% | 0.45% | - |
| HSV(B) | 300.33º | 0.89% | 0.81% | - |
| XYZ | 36.76 | 18.1 | 59.31 | - |
| YUV | 97.88 | 188.46 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 205 | 0 | 0.89 | 0.00 | 0.19 | 300.33 | 0.81 | 0.45 |
| Hex | CE | 16 | CD | 0 | 59 | 0 | 13 | 12C | 51 | 2D |
| Octal | 316 | 26 | 315 | 0 | 131 | 0 | 23 | 454 | 121 | 55 |
| Binary | 11001110 | 10110 | 11001101 | 0 | 1011001 | 0 | 10011 | 100101100 | 1010001 | 101101 |
Color Harmonies of #CE16CD
Complementary color
Monochromatic Colors of #CE16CD
Black with #CE16CD
Text Example
Text Example
White with #CE16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16CD; }
p { color: rgb(206,22,205); }
H1.HeaderClassName
{
color: #CE16CD;
}
.AnyTagClassName
{
color: #CE16CD;
}
</style>
background-color css
<style>
a { background-color: #CE16CD; }
a { background-color: rgb(206,22,205); }
div.DivClassName
{
background-color: #CE16CD;
}
.BgClassName
{
background-color: #CE16CD;
}
</style>
border-color css
<style>
span { border-color: #CE16CD; }
span { border-color: rgb(206,22,205); }
td.TdClassName
{
border-color: #CE16CD;
}
.TagClassName
{
border-color: #CE16CD;
}
</style>