Shades of Deep Magenta #CE16D4
Tints of Deep Magenta #CE16D4
RGB
CMYK
RGB Variations
Color information
#CE16D4 (or 0xCE16D4) is known color: Deep Magenta. HEX triplet: CE, 16 and D4. RGB value is (206,22,212). Sum of RGB (Red+Green+Blue) = 206+22+212=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 212 (83.20% from 255 or 48.18% from 440); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE16D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16D4 is #31E92B. Grayscale: #626262. Windows color (decimal): -3270956 or 13899470. OLE color: 13899470.
HSL color Cylindrical-coordinate representation of color #CE16D4: hue angle of 298.11º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE16D4 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 22 | 212 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.17 |
| HSL | 298.11º | 0.81% | 0.46% | - |
| HSV(B) | 298.11º | 0.9% | 0.83% | - |
| XYZ | 37.62 | 18.45 | 63.87 | - |
| YUV | 98.68 | 191.96 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 212 | 0.03 | 0.90 | 0 | 0.17 | 298.11 | 0.81 | 0.46 |
| Hex | CE | 16 | D4 | 3 | 5A | 0 | 11 | 12A | 51 | 2E |
| Octal | 316 | 26 | 324 | 3 | 132 | 0 | 21 | 452 | 121 | 56 |
| Binary | 11001110 | 10110 | 11010100 | 11 | 1011010 | 0 | 10001 | 100101010 | 1010001 | 101110 |
Color Harmonies of #CE16D4
Complementary color
Monochromatic Colors of #CE16D4
Black with #CE16D4
Text Example
Text Example
White with #CE16D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16D4; }
p { color: rgb(206,22,212); }
H1.HeaderClassName
{
color: #CE16D4;
}
.AnyTagClassName
{
color: #CE16D4;
}
</style>
background-color css
<style>
a { background-color: #CE16D4; }
a { background-color: rgb(206,22,212); }
div.DivClassName
{
background-color: #CE16D4;
}
.BgClassName
{
background-color: #CE16D4;
}
</style>
border-color css
<style>
span { border-color: #CE16D4; }
span { border-color: rgb(206,22,212); }
td.TdClassName
{
border-color: #CE16D4;
}
.TagClassName
{
border-color: #CE16D4;
}
</style>