Shades of Deep Magenta #CE16D7
Tints of Deep Magenta #CE16D7
RGB
CMYK
RGB Variations
Color information
#CE16D7 (or 0xCE16D7) is known color: Deep Magenta. HEX triplet: CE, 16 and D7. RGB value is (206,22,215). Sum of RGB (Red+Green+Blue) = 206+22+215=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 215 (84.38% from 255 or 48.53% from 443); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE16D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16D7 is #31E928. Grayscale: #626262. Windows color (decimal): -3270953 or 14096078. OLE color: 14096078.
HSL color Cylindrical-coordinate representation of color #CE16D7: hue angle of 297.2º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE16D7 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 22 | 215 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.16 |
| HSL | 297.2º | 0.81% | 0.46% | - |
| HSV(B) | 297.2º | 0.9% | 0.84% | - |
| XYZ | 38.01 | 18.6 | 65.88 | - |
| YUV | 99.02 | 193.46 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 215 | 0.04 | 0.90 | 0 | 0.16 | 297.2 | 0.81 | 0.46 |
| Hex | CE | 16 | D7 | 4 | 5A | 0 | 10 | 129 | 51 | 2E |
| Octal | 316 | 26 | 327 | 4 | 132 | 0 | 20 | 451 | 121 | 56 |
| Binary | 11001110 | 10110 | 11010111 | 100 | 1011010 | 0 | 10000 | 100101001 | 1010001 | 101110 |
Color Harmonies of #CE16D7
Complementary color
Monochromatic Colors of #CE16D7
Black with #CE16D7
Text Example
Text Example
White with #CE16D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16D7; }
p { color: rgb(206,22,215); }
H1.HeaderClassName
{
color: #CE16D7;
}
.AnyTagClassName
{
color: #CE16D7;
}
</style>
background-color css
<style>
a { background-color: #CE16D7; }
a { background-color: rgb(206,22,215); }
div.DivClassName
{
background-color: #CE16D7;
}
.BgClassName
{
background-color: #CE16D7;
}
</style>
border-color css
<style>
span { border-color: #CE16D7; }
span { border-color: rgb(206,22,215); }
td.TdClassName
{
border-color: #CE16D7;
}
.TagClassName
{
border-color: #CE16D7;
}
</style>