Shades of Deep Magenta #CE16CE
Tints of Deep Magenta #CE16CE
RGB
CMYK
RGB Variations
Color information
#CE16CE (or 0xCE16CE) is known color: Deep Magenta. HEX triplet: CE, 16 and CE. RGB value is (206,22,206). Sum of RGB (Red+Green+Blue) = 206+22+206=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE16CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16CE is #31E931. Grayscale: #616161. Windows color (decimal): -3270962 or 13506254. OLE color: 13506254.
HSL color Cylindrical-coordinate representation of color #CE16CE: hue angle of 300º 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 #CE16CE is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 206 | - |
| CMYK | 0 | 0.89 | 0 | 0.19 |
| HSL | 300º | 0.81% | 0.45% | - |
| HSV(B) | 300º | 0.89% | 0.81% | - |
| XYZ | 36.88 | 18.15 | 59.95 | - |
| YUV | 97.99 | 188.96 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 206 | 0 | 0.89 | 0 | 0.19 | 300 | 0.81 | 0.45 |
| Hex | CE | 16 | CE | 0 | 59 | 0 | 13 | 12C | 51 | 2D |
| Octal | 316 | 26 | 316 | 0 | 131 | 0 | 23 | 454 | 121 | 55 |
| Binary | 11001110 | 10110 | 11001110 | 0 | 1011001 | 0 | 10011 | 100101100 | 1010001 | 101101 |
Color Harmonies of #CE16CE
Complementary color
Monochromatic Colors of #CE16CE
Black with #CE16CE
Text Example
Text Example
White with #CE16CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16CE; }
p { color: rgb(206,22,206); }
H1.HeaderClassName
{
color: #CE16CE;
}
.AnyTagClassName
{
color: #CE16CE;
}
</style>
background-color css
<style>
a { background-color: #CE16CE; }
a { background-color: rgb(206,22,206); }
div.DivClassName
{
background-color: #CE16CE;
}
.BgClassName
{
background-color: #CE16CE;
}
</style>
border-color css
<style>
span { border-color: #CE16CE; }
span { border-color: rgb(206,22,206); }
td.TdClassName
{
border-color: #CE16CE;
}
.TagClassName
{
border-color: #CE16CE;
}
</style>