Shades of Deep Magenta #CE17C8
Tints of Deep Magenta #CE17C8
RGB
CMYK
RGB Variations
Color information
#CE17C8 (or 0xCE17C8) is known color: Deep Magenta. HEX triplet: CE, 17 and C8. RGB value is (206,23,200). Sum of RGB (Red+Green+Blue) = 206+23+200=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE17C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE17C8 is #31E837. Grayscale: #616161. Windows color (decimal): -3270712 or 13113294. OLE color: 13113294.
HSL color Cylindrical-coordinate representation of color #CE17C8: hue angle of 301.97º degrees, saturation: 0.8, 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 #CE17C8 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 200 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.19 |
| HSL | 301.97º | 0.8% | 0.45% | - |
| HSV(B) | 301.97º | 0.89% | 0.81% | - |
| XYZ | 36.19 | 17.9 | 56.19 | - |
| YUV | 97.9 | 185.63 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 200 | 0 | 0.89 | 0.03 | 0.19 | 301.97 | 0.8 | 0.45 |
| Hex | CE | 17 | C8 | 0 | 59 | 3 | 13 | 12E | 50 | 2D |
| Octal | 316 | 27 | 310 | 0 | 131 | 3 | 23 | 456 | 120 | 55 |
| Binary | 11001110 | 10111 | 11001000 | 0 | 1011001 | 11 | 10011 | 100101110 | 1010000 | 101101 |
Color Harmonies of #CE17C8
Complementary color
Monochromatic Colors of #CE17C8
Black with #CE17C8
Text Example
Text Example
White with #CE17C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE17C8; }
p { color: rgb(206,23,200); }
H1.HeaderClassName
{
color: #CE17C8;
}
.AnyTagClassName
{
color: #CE17C8;
}
</style>
background-color css
<style>
a { background-color: #CE17C8; }
a { background-color: rgb(206,23,200); }
div.DivClassName
{
background-color: #CE17C8;
}
.BgClassName
{
background-color: #CE17C8;
}
</style>
border-color css
<style>
span { border-color: #CE17C8; }
span { border-color: rgb(206,23,200); }
td.TdClassName
{
border-color: #CE17C8;
}
.TagClassName
{
border-color: #CE17C8;
}
</style>