Shades of Deep Magenta #C017DF
Tints of Deep Magenta #C017DF
RGB
CMYK
RGB Variations
Color information
#C017DF (or 0xC017DF) is known color: Deep Magenta. HEX triplet: C0, 17 and DF. RGB value is (192,23,223). Sum of RGB (Red+Green+Blue) = 192+23+223=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #C017DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C017DF is #3FE820. Grayscale: #5F5F5F. Windows color (decimal): -4188193 or 14620608. OLE color: 14620608.
HSL color Cylindrical-coordinate representation of color #C017DF: hue angle of 290.7º 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 #C017DF is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 23 | 223 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.13 |
| HSL | 290.7º | 0.81% | 0.48% | - |
| HSV(B) | 290.7º | 0.9% | 0.87% | - |
| XYZ | 35.36 | 17.15 | 71.26 | - |
| YUV | 96.33 | 199.49 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 223 | 0.14 | 0.90 | 0 | 0.13 | 290.7 | 0.81 | 0.48 |
| Hex | C0 | 17 | DF | E | 5A | 0 | D | 123 | 51 | 30 |
| Octal | 300 | 27 | 337 | 16 | 132 | 0 | 15 | 443 | 121 | 60 |
| Binary | 11000000 | 10111 | 11011111 | 1110 | 1011010 | 0 | 1101 | 100100011 | 1010001 | 110000 |
Color Harmonies of #C017DF
Complementary color
Monochromatic Colors of #C017DF
Black with #C017DF
Text Example
Text Example
White with #C017DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C017DF; }
p { color: rgb(192,23,223); }
H1.HeaderClassName
{
color: #C017DF;
}
.AnyTagClassName
{
color: #C017DF;
}
</style>
background-color css
<style>
a { background-color: #C017DF; }
a { background-color: rgb(192,23,223); }
div.DivClassName
{
background-color: #C017DF;
}
.BgClassName
{
background-color: #C017DF;
}
</style>
border-color css
<style>
span { border-color: #C017DF; }
span { border-color: rgb(192,23,223); }
td.TdClassName
{
border-color: #C017DF;
}
.TagClassName
{
border-color: #C017DF;
}
</style>