Shades of Deep Magenta #C017DE
Tints of Deep Magenta #C017DE
RGB
CMYK
RGB Variations
Color information
#C017DE (or 0xC017DE) is known color: Deep Magenta. HEX triplet: C0, 17 and DE. RGB value is (192,23,222). Sum of RGB (Red+Green+Blue) = 192+23+222=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #C017DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C017DE is #3FE821. Grayscale: #5F5F5F. Windows color (decimal): -4188194 or 14555072. OLE color: 14555072.
HSL color Cylindrical-coordinate representation of color #C017DE: hue angle of 290.95º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C017DE is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 23 | 222 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.13 |
| HSL | 290.95º | 0.81% | 0.48% | - |
| HSV(B) | 290.95º | 0.9% | 0.87% | - |
| XYZ | 35.23 | 17.09 | 70.55 | - |
| YUV | 96.22 | 198.99 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 222 | 0.14 | 0.90 | 0 | 0.13 | 290.95 | 0.81 | 0.48 |
| Hex | C0 | 17 | DE | E | 5A | 0 | D | 123 | 51 | 30 |
| Octal | 300 | 27 | 336 | 16 | 132 | 0 | 15 | 443 | 121 | 60 |
| Binary | 11000000 | 10111 | 11011110 | 1110 | 1011010 | 0 | 1101 | 100100011 | 1010001 | 110000 |
Color Harmonies of #C017DE
Complementary color
Monochromatic Colors of #C017DE
Black with #C017DE
Text Example
Text Example
White with #C017DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C017DE; }
p { color: rgb(192,23,222); }
H1.HeaderClassName
{
color: #C017DE;
}
.AnyTagClassName
{
color: #C017DE;
}
</style>
background-color css
<style>
a { background-color: #C017DE; }
a { background-color: rgb(192,23,222); }
div.DivClassName
{
background-color: #C017DE;
}
.BgClassName
{
background-color: #C017DE;
}
</style>
border-color css
<style>
span { border-color: #C017DE; }
span { border-color: rgb(192,23,222); }
td.TdClassName
{
border-color: #C017DE;
}
.TagClassName
{
border-color: #C017DE;
}
</style>