Shades of Deep Magenta #C013AF
Tints of Deep Magenta #C013AF
RGB
CMYK
RGB Variations
Color information
#C013AF (or 0xC013AF) is known color: Deep Magenta. HEX triplet: C0, 13 and AF. RGB value is (192,19,175). Sum of RGB (Red+Green+Blue) = 192+19+175=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C013AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C013AF is #3FEC50. Grayscale: #585858. Windows color (decimal): -4189265 or 11473856. OLE color: 11473856.
HSL color Cylindrical-coordinate representation of color #C013AF: hue angle of 305.9º 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 #C013AF is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 175 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.25 |
| HSL | 305.9º | 0.82% | 0.41% | - |
| HSV(B) | 305.9º | 0.9% | 0.75% | - |
| XYZ | 29.71 | 14.77 | 41.84 | - |
| YUV | 88.51 | 176.81 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 175 | 0 | 0.90 | 0.09 | 0.25 | 305.9 | 0.82 | 0.41 |
| Hex | C0 | 13 | AF | 0 | 5A | 9 | 19 | 132 | 52 | 29 |
| Octal | 300 | 23 | 257 | 0 | 132 | 11 | 31 | 462 | 122 | 51 |
| Binary | 11000000 | 10011 | 10101111 | 0 | 1011010 | 1001 | 11001 | 100110010 | 1010010 | 101001 |
Color Harmonies of #C013AF
Complementary color
Monochromatic Colors of #C013AF
Black with #C013AF
Text Example
Text Example
White with #C013AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C013AF; }
p { color: rgb(192,19,175); }
H1.HeaderClassName
{
color: #C013AF;
}
.AnyTagClassName
{
color: #C013AF;
}
</style>
background-color css
<style>
a { background-color: #C013AF; }
a { background-color: rgb(192,19,175); }
div.DivClassName
{
background-color: #C013AF;
}
.BgClassName
{
background-color: #C013AF;
}
</style>
border-color css
<style>
span { border-color: #C013AF; }
span { border-color: rgb(192,19,175); }
td.TdClassName
{
border-color: #C013AF;
}
.TagClassName
{
border-color: #C013AF;
}
</style>