Shades of Deep Magenta #CE16E3
Tints of Deep Magenta #CE16E3
RGB
CMYK
RGB Variations
Color information
#CE16E3 (or 0xCE16E3) is known color: Deep Magenta. HEX triplet: CE, 16 and E3. RGB value is (206,22,227). Sum of RGB (Red+Green+Blue) = 206+22+227=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 227 (89.06% from 255 or 49.89% from 455); Max value from RGB is 227 - color contains mainly: blue. Hex color #CE16E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16E3 is #31E91C. Grayscale: #636363. Windows color (decimal): -3270941 or 14882510. OLE color: 14882510.
HSL color Cylindrical-coordinate representation of color #CE16E3: hue angle of 293.85º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE16E3 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 22 | 227 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.11 |
| HSL | 293.85º | 0.82% | 0.49% | - |
| HSV(B) | 293.85º | 0.9% | 0.89% | - |
| XYZ | 39.61 | 19.24 | 74.3 | - |
| YUV | 100.39 | 199.46 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 227 | 0.09 | 0.90 | 0 | 0.11 | 293.85 | 0.82 | 0.49 |
| Hex | CE | 16 | E3 | 9 | 5A | 0 | B | 126 | 52 | 31 |
| Octal | 316 | 26 | 343 | 11 | 132 | 0 | 13 | 446 | 122 | 61 |
| Binary | 11001110 | 10110 | 11100011 | 1001 | 1011010 | 0 | 1011 | 100100110 | 1010010 | 110001 |
Color Harmonies of #CE16E3
Complementary color
Monochromatic Colors of #CE16E3
Black with #CE16E3
Text Example
Text Example
White with #CE16E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16E3; }
p { color: rgb(206,22,227); }
H1.HeaderClassName
{
color: #CE16E3;
}
.AnyTagClassName
{
color: #CE16E3;
}
</style>
background-color css
<style>
a { background-color: #CE16E3; }
a { background-color: rgb(206,22,227); }
div.DivClassName
{
background-color: #CE16E3;
}
.BgClassName
{
background-color: #CE16E3;
}
</style>
border-color css
<style>
span { border-color: #CE16E3; }
span { border-color: rgb(206,22,227); }
td.TdClassName
{
border-color: #CE16E3;
}
.TagClassName
{
border-color: #CE16E3;
}
</style>