Shades of Deep Magenta #CE16C7
Tints of Deep Magenta #CE16C7
RGB
CMYK
RGB Variations
Color information
#CE16C7 (or 0xCE16C7) is known color: Deep Magenta. HEX triplet: CE, 16 and C7. RGB value is (206,22,199). Sum of RGB (Red+Green+Blue) = 206+22+199=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE16C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16C7 is #31E938. Grayscale: #606060. Windows color (decimal): -3270969 or 13047502. OLE color: 13047502.
HSL color Cylindrical-coordinate representation of color #CE16C7: hue angle of 302.28º 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 #CE16C7 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 199 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.19 |
| HSL | 302.28º | 0.81% | 0.45% | - |
| HSV(B) | 302.28º | 0.89% | 0.81% | - |
| XYZ | 36.05 | 17.82 | 55.57 | - |
| YUV | 97.19 | 185.46 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 199 | 0 | 0.89 | 0.03 | 0.19 | 302.28 | 0.81 | 0.45 |
| Hex | CE | 16 | C7 | 0 | 59 | 3 | 13 | 12E | 51 | 2D |
| Octal | 316 | 26 | 307 | 0 | 131 | 3 | 23 | 456 | 121 | 55 |
| Binary | 11001110 | 10110 | 11000111 | 0 | 1011001 | 11 | 10011 | 100101110 | 1010001 | 101101 |
Color Harmonies of #CE16C7
Complementary color
Monochromatic Colors of #CE16C7
Black with #CE16C7
Text Example
Text Example
White with #CE16C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16C7; }
p { color: rgb(206,22,199); }
H1.HeaderClassName
{
color: #CE16C7;
}
.AnyTagClassName
{
color: #CE16C7;
}
</style>
background-color css
<style>
a { background-color: #CE16C7; }
a { background-color: rgb(206,22,199); }
div.DivClassName
{
background-color: #CE16C7;
}
.BgClassName
{
background-color: #CE16C7;
}
</style>
border-color css
<style>
span { border-color: #CE16C7; }
span { border-color: rgb(206,22,199); }
td.TdClassName
{
border-color: #CE16C7;
}
.TagClassName
{
border-color: #CE16C7;
}
</style>