Shades of Deep Magenta #CE16DF
Tints of Deep Magenta #CE16DF
RGB
CMYK
RGB Variations
Color information
#CE16DF (or 0xCE16DF) is known color: Deep Magenta. HEX triplet: CE, 16 and DF. RGB value is (206,22,223). Sum of RGB (Red+Green+Blue) = 206+22+223=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE16DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16DF is #31E920. Grayscale: #636363. Windows color (decimal): -3270945 or 14620366. OLE color: 14620366.
HSL color Cylindrical-coordinate representation of color #CE16DF: hue angle of 294.93º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE16DF is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 22 | 223 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.13 |
| HSL | 294.93º | 0.82% | 0.48% | - |
| HSV(B) | 294.93º | 0.9% | 0.87% | - |
| XYZ | 39.06 | 19.02 | 71.43 | - |
| YUV | 99.93 | 197.46 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 223 | 0.08 | 0.90 | 0 | 0.13 | 294.93 | 0.82 | 0.48 |
| Hex | CE | 16 | DF | 8 | 5A | 0 | D | 127 | 52 | 30 |
| Octal | 316 | 26 | 337 | 10 | 132 | 0 | 15 | 447 | 122 | 60 |
| Binary | 11001110 | 10110 | 11011111 | 1000 | 1011010 | 0 | 1101 | 100100111 | 1010010 | 110000 |
Color Harmonies of #CE16DF
Complementary color
Monochromatic Colors of #CE16DF
Black with #CE16DF
Text Example
Text Example
White with #CE16DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16DF; }
p { color: rgb(206,22,223); }
H1.HeaderClassName
{
color: #CE16DF;
}
.AnyTagClassName
{
color: #CE16DF;
}
</style>
background-color css
<style>
a { background-color: #CE16DF; }
a { background-color: rgb(206,22,223); }
div.DivClassName
{
background-color: #CE16DF;
}
.BgClassName
{
background-color: #CE16DF;
}
</style>
border-color css
<style>
span { border-color: #CE16DF; }
span { border-color: rgb(206,22,223); }
td.TdClassName
{
border-color: #CE16DF;
}
.TagClassName
{
border-color: #CE16DF;
}
</style>