Shades of Deep Magenta #CE16DA
Tints of Deep Magenta #CE16DA
RGB
CMYK
RGB Variations
Color information
#CE16DA (or 0xCE16DA) is known color: Deep Magenta. HEX triplet: CE, 16 and DA. RGB value is (206,22,218). Sum of RGB (Red+Green+Blue) = 206+22+218=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE16DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16DA is #31E925. Grayscale: #626262. Windows color (decimal): -3270950 or 14292686. OLE color: 14292686.
HSL color Cylindrical-coordinate representation of color #CE16DA: hue angle of 296.33º 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 #CE16DA is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 22 | 218 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.15 |
| HSL | 296.33º | 0.82% | 0.47% | - |
| HSV(B) | 296.33º | 0.9% | 0.85% | - |
| XYZ | 38.4 | 18.76 | 67.93 | - |
| YUV | 99.36 | 194.96 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 218 | 0.06 | 0.90 | 0 | 0.15 | 296.33 | 0.82 | 0.47 |
| Hex | CE | 16 | DA | 6 | 5A | 0 | F | 128 | 52 | 2F |
| Octal | 316 | 26 | 332 | 6 | 132 | 0 | 17 | 450 | 122 | 57 |
| Binary | 11001110 | 10110 | 11011010 | 110 | 1011010 | 0 | 1111 | 100101000 | 1010010 | 101111 |
Color Harmonies of #CE16DA
Complementary color
Monochromatic Colors of #CE16DA
Black with #CE16DA
Text Example
Text Example
White with #CE16DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16DA; }
p { color: rgb(206,22,218); }
H1.HeaderClassName
{
color: #CE16DA;
}
.AnyTagClassName
{
color: #CE16DA;
}
</style>
background-color css
<style>
a { background-color: #CE16DA; }
a { background-color: rgb(206,22,218); }
div.DivClassName
{
background-color: #CE16DA;
}
.BgClassName
{
background-color: #CE16DA;
}
</style>
border-color css
<style>
span { border-color: #CE16DA; }
span { border-color: rgb(206,22,218); }
td.TdClassName
{
border-color: #CE16DA;
}
.TagClassName
{
border-color: #CE16DA;
}
</style>