Shades of Deep Magenta #C013AC
Tints of Deep Magenta #C013AC
RGB
CMYK
RGB Variations
Color information
#C013AC (or 0xC013AC) is known color: Deep Magenta. HEX triplet: C0, 13 and AC. RGB value is (192,19,172). Sum of RGB (Red+Green+Blue) = 192+19+172=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C013AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C013AC is #3FEC53. Grayscale: #575757. Windows color (decimal): -4189268 or 11277248. OLE color: 11277248.
HSL color Cylindrical-coordinate representation of color #C013AC: hue angle of 306.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C013AC is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 172 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.25 |
| HSL | 306.94º | 0.82% | 0.41% | - |
| HSV(B) | 306.94º | 0.9% | 0.75% | - |
| XYZ | 29.42 | 14.65 | 40.31 | - |
| YUV | 88.17 | 175.31 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 172 | 0 | 0.90 | 0.10 | 0.25 | 306.94 | 0.82 | 0.41 |
| Hex | C0 | 13 | AC | 0 | 5A | A | 19 | 133 | 52 | 29 |
| Octal | 300 | 23 | 254 | 0 | 132 | 12 | 31 | 463 | 122 | 51 |
| Binary | 11000000 | 10011 | 10101100 | 0 | 1011010 | 1010 | 11001 | 100110011 | 1010010 | 101001 |
Color Harmonies of #C013AC
Complementary color
Monochromatic Colors of #C013AC
Black with #C013AC
Text Example
Text Example
White with #C013AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C013AC; }
p { color: rgb(192,19,172); }
H1.HeaderClassName
{
color: #C013AC;
}
.AnyTagClassName
{
color: #C013AC;
}
</style>
background-color css
<style>
a { background-color: #C013AC; }
a { background-color: rgb(192,19,172); }
div.DivClassName
{
background-color: #C013AC;
}
.BgClassName
{
background-color: #C013AC;
}
</style>
border-color css
<style>
span { border-color: #C013AC; }
span { border-color: rgb(192,19,172); }
td.TdClassName
{
border-color: #C013AC;
}
.TagClassName
{
border-color: #C013AC;
}
</style>