Shades of Deep Magenta #C512AF
Tints of Deep Magenta #C512AF
RGB
CMYK
RGB Variations
Color information
#C512AF (or 0xC512AF) is known color: Deep Magenta. HEX triplet: C5, 12 and AF. RGB value is (197,18,175). Sum of RGB (Red+Green+Blue) = 197+18+175=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C512AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C512AF is #3AED50. Grayscale: #585858. Windows color (decimal): -3861841 or 11473605. OLE color: 11473605.
HSL color Cylindrical-coordinate representation of color #C512AF: hue angle of 307.37º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C512AF is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 175 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.23 |
| HSL | 307.37º | 0.83% | 0.42% | - |
| HSV(B) | 307.37º | 0.91% | 0.77% | - |
| XYZ | 30.98 | 15.4 | 41.9 | - |
| YUV | 89.42 | 176.3 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 175 | 0 | 0.91 | 0.11 | 0.23 | 307.37 | 0.83 | 0.42 |
| Hex | C5 | 12 | AF | 0 | 5B | B | 17 | 133 | 53 | 2A |
| Octal | 305 | 22 | 257 | 0 | 133 | 13 | 27 | 463 | 123 | 52 |
| Binary | 11000101 | 10010 | 10101111 | 0 | 1011011 | 1011 | 10111 | 100110011 | 1010011 | 101010 |
Color Harmonies of #C512AF
Complementary color
Monochromatic Colors of #C512AF
Black with #C512AF
Text Example
Text Example
White with #C512AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C512AF; }
p { color: rgb(197,18,175); }
H1.HeaderClassName
{
color: #C512AF;
}
.AnyTagClassName
{
color: #C512AF;
}
</style>
background-color css
<style>
a { background-color: #C512AF; }
a { background-color: rgb(197,18,175); }
div.DivClassName
{
background-color: #C512AF;
}
.BgClassName
{
background-color: #C512AF;
}
</style>
border-color css
<style>
span { border-color: #C512AF; }
span { border-color: rgb(197,18,175); }
td.TdClassName
{
border-color: #C512AF;
}
.TagClassName
{
border-color: #C512AF;
}
</style>