Shades of Deep Magenta #C015AC
Tints of Deep Magenta #C015AC
RGB
CMYK
RGB Variations
Color information
#C015AC (or 0xC015AC) is known color: Deep Magenta. HEX triplet: C0, 15 and AC. RGB value is (192,21,172). Sum of RGB (Red+Green+Blue) = 192+21+172=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C015AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C015AC is #3FEA53. Grayscale: #585858. Windows color (decimal): -4188756 or 11277760. OLE color: 11277760.
HSL color Cylindrical-coordinate representation of color #C015AC: hue angle of 307.02º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C015AC is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 172 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.25 |
| HSL | 307.02º | 0.8% | 0.42% | - |
| HSV(B) | 307.02º | 0.89% | 0.75% | - |
| XYZ | 29.45 | 14.72 | 40.32 | - |
| YUV | 89.34 | 174.65 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 172 | 0 | 0.89 | 0.10 | 0.25 | 307.02 | 0.8 | 0.42 |
| Hex | C0 | 15 | AC | 0 | 59 | A | 19 | 133 | 50 | 2A |
| Octal | 300 | 25 | 254 | 0 | 131 | 12 | 31 | 463 | 120 | 52 |
| Binary | 11000000 | 10101 | 10101100 | 0 | 1011001 | 1010 | 11001 | 100110011 | 1010000 | 101010 |
Color Harmonies of #C015AC
Complementary color
Monochromatic Colors of #C015AC
Black with #C015AC
Text Example
Text Example
White with #C015AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015AC; }
p { color: rgb(192,21,172); }
H1.HeaderClassName
{
color: #C015AC;
}
.AnyTagClassName
{
color: #C015AC;
}
</style>
background-color css
<style>
a { background-color: #C015AC; }
a { background-color: rgb(192,21,172); }
div.DivClassName
{
background-color: #C015AC;
}
.BgClassName
{
background-color: #C015AC;
}
</style>
border-color css
<style>
span { border-color: #C015AC; }
span { border-color: rgb(192,21,172); }
td.TdClassName
{
border-color: #C015AC;
}
.TagClassName
{
border-color: #C015AC;
}
</style>