Shades of Deep Magenta #CE16CC
Tints of Deep Magenta #CE16CC
RGB
CMYK
RGB Variations
Color information
#CE16CC (or 0xCE16CC) is known color: Deep Magenta. HEX triplet: CE, 16 and CC. RGB value is (206,22,204). Sum of RGB (Red+Green+Blue) = 206+22+204=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE16CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16CC is #31E933. Grayscale: #616161. Windows color (decimal): -3270964 or 13375182. OLE color: 13375182.
HSL color Cylindrical-coordinate representation of color #CE16CC: hue angle of 300.65º 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 #CE16CC is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 204 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.19 |
| HSL | 300.65º | 0.81% | 0.45% | - |
| HSV(B) | 300.65º | 0.89% | 0.81% | - |
| XYZ | 36.64 | 18.06 | 58.68 | - |
| YUV | 97.76 | 187.96 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 204 | 0 | 0.89 | 0.01 | 0.19 | 300.65 | 0.81 | 0.45 |
| Hex | CE | 16 | CC | 0 | 59 | 1 | 13 | 12D | 51 | 2D |
| Octal | 316 | 26 | 314 | 0 | 131 | 1 | 23 | 455 | 121 | 55 |
| Binary | 11001110 | 10110 | 11001100 | 0 | 1011001 | 1 | 10011 | 100101101 | 1010001 | 101101 |
Color Harmonies of #CE16CC
Complementary color
Monochromatic Colors of #CE16CC
Black with #CE16CC
Text Example
Text Example
White with #CE16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16CC; }
p { color: rgb(206,22,204); }
H1.HeaderClassName
{
color: #CE16CC;
}
.AnyTagClassName
{
color: #CE16CC;
}
</style>
background-color css
<style>
a { background-color: #CE16CC; }
a { background-color: rgb(206,22,204); }
div.DivClassName
{
background-color: #CE16CC;
}
.BgClassName
{
background-color: #CE16CC;
}
</style>
border-color css
<style>
span { border-color: #CE16CC; }
span { border-color: rgb(206,22,204); }
td.TdClassName
{
border-color: #CE16CC;
}
.TagClassName
{
border-color: #CE16CC;
}
</style>