Shades of Deep Magenta #C017AC
Tints of Deep Magenta #C017AC
RGB
CMYK
RGB Variations
Color information
#C017AC (or 0xC017AC) is known color: Deep Magenta. HEX triplet: C0, 17 and AC. RGB value is (192,23,172). Sum of RGB (Red+Green+Blue) = 192+23+172=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C017AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C017AC is #3FE853. Grayscale: #5A5A5A. Windows color (decimal): -4188244 or 11278272. OLE color: 11278272.
HSL color Cylindrical-coordinate representation of color #C017AC: hue angle of 307.1º 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 #C017AC is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 172 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.25 |
| HSL | 307.1º | 0.79% | 0.42% | - |
| HSV(B) | 307.1º | 0.88% | 0.75% | - |
| XYZ | 29.49 | 14.8 | 40.33 | - |
| YUV | 90.52 | 173.99 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 172 | 0 | 0.88 | 0.10 | 0.25 | 307.1 | 0.79 | 0.42 |
| Hex | C0 | 17 | AC | 0 | 58 | A | 19 | 133 | 4F | 2A |
| Octal | 300 | 27 | 254 | 0 | 130 | 12 | 31 | 463 | 117 | 52 |
| Binary | 11000000 | 10111 | 10101100 | 0 | 1011000 | 1010 | 11001 | 100110011 | 1001111 | 101010 |
Color Harmonies of #C017AC
Complementary color
Monochromatic Colors of #C017AC
Black with #C017AC
Text Example
Text Example
White with #C017AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C017AC; }
p { color: rgb(192,23,172); }
H1.HeaderClassName
{
color: #C017AC;
}
.AnyTagClassName
{
color: #C017AC;
}
</style>
background-color css
<style>
a { background-color: #C017AC; }
a { background-color: rgb(192,23,172); }
div.DivClassName
{
background-color: #C017AC;
}
.BgClassName
{
background-color: #C017AC;
}
</style>
border-color css
<style>
span { border-color: #C017AC; }
span { border-color: rgb(192,23,172); }
td.TdClassName
{
border-color: #C017AC;
}
.TagClassName
{
border-color: #C017AC;
}
</style>