Shades of Deep Magenta #C017AF
Tints of Deep Magenta #C017AF
RGB
CMYK
RGB Variations
Color information
#C017AF (or 0xC017AF) is known color: Deep Magenta. HEX triplet: C0, 17 and AF. RGB value is (192,23,175). Sum of RGB (Red+Green+Blue) = 192+23+175=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C017AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C017AF is #3FE850. Grayscale: #5A5A5A. Windows color (decimal): -4188241 or 11474880. OLE color: 11474880.
HSL color Cylindrical-coordinate representation of color #C017AF: hue angle of 306.04º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C017AF is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 175 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.25 |
| HSL | 306.04º | 0.79% | 0.42% | - |
| HSV(B) | 306.04º | 0.88% | 0.75% | - |
| XYZ | 29.78 | 14.91 | 41.87 | - |
| YUV | 90.86 | 175.49 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 175 | 0 | 0.88 | 0.09 | 0.25 | 306.04 | 0.79 | 0.42 |
| Hex | C0 | 17 | AF | 0 | 58 | 9 | 19 | 132 | 4F | 2A |
| Octal | 300 | 27 | 257 | 0 | 130 | 11 | 31 | 462 | 117 | 52 |
| Binary | 11000000 | 10111 | 10101111 | 0 | 1011000 | 1001 | 11001 | 100110010 | 1001111 | 101010 |
Color Harmonies of #C017AF
Complementary color
Monochromatic Colors of #C017AF
Black with #C017AF
Text Example
Text Example
White with #C017AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C017AF; }
p { color: rgb(192,23,175); }
H1.HeaderClassName
{
color: #C017AF;
}
.AnyTagClassName
{
color: #C017AF;
}
</style>
background-color css
<style>
a { background-color: #C017AF; }
a { background-color: rgb(192,23,175); }
div.DivClassName
{
background-color: #C017AF;
}
.BgClassName
{
background-color: #C017AF;
}
</style>
border-color css
<style>
span { border-color: #C017AF; }
span { border-color: rgb(192,23,175); }
td.TdClassName
{
border-color: #C017AF;
}
.TagClassName
{
border-color: #C017AF;
}
</style>