Shades of Deep Magenta #C019AC
Tints of Deep Magenta #C019AC
RGB
CMYK
RGB Variations
Color information
#C019AC (or 0xC019AC) is known color: Deep Magenta. HEX triplet: C0, 19 and AC. RGB value is (192,25,172). Sum of RGB (Red+Green+Blue) = 192+25+172=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C019AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C019AC is #3FE653. Grayscale: #5B5B5B. Windows color (decimal): -4187732 or 11278784. OLE color: 11278784.
HSL color Cylindrical-coordinate representation of color #C019AC: hue angle of 307.19º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C019AC is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 172 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.25 |
| HSL | 307.19º | 0.77% | 0.43% | - |
| HSV(B) | 307.19º | 0.87% | 0.75% | - |
| XYZ | 29.53 | 14.88 | 40.35 | - |
| YUV | 91.69 | 173.33 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 172 | 0 | 0.87 | 0.10 | 0.25 | 307.19 | 0.77 | 0.43 |
| Hex | C0 | 19 | AC | 0 | 57 | A | 19 | 133 | 4D | 2B |
| Octal | 300 | 31 | 254 | 0 | 127 | 12 | 31 | 463 | 115 | 53 |
| Binary | 11000000 | 11001 | 10101100 | 0 | 1010111 | 1010 | 11001 | 100110011 | 1001101 | 101011 |
Color Harmonies of #C019AC
Complementary color
Monochromatic Colors of #C019AC
Black with #C019AC
Text Example
Text Example
White with #C019AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019AC; }
p { color: rgb(192,25,172); }
H1.HeaderClassName
{
color: #C019AC;
}
.AnyTagClassName
{
color: #C019AC;
}
</style>
background-color css
<style>
a { background-color: #C019AC; }
a { background-color: rgb(192,25,172); }
div.DivClassName
{
background-color: #C019AC;
}
.BgClassName
{
background-color: #C019AC;
}
</style>
border-color css
<style>
span { border-color: #C019AC; }
span { border-color: rgb(192,25,172); }
td.TdClassName
{
border-color: #C019AC;
}
.TagClassName
{
border-color: #C019AC;
}
</style>