Shades of Deep Magenta #C509AF
Tints of Deep Magenta #C509AF
RGB
CMYK
RGB Variations
Color information
#C509AF (or 0xC509AF) is known color: Deep Magenta. HEX triplet: C5, 09 and AF. RGB value is (197,9,175). Sum of RGB (Red+Green+Blue) = 197+9+175=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C509AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C509AF is #3AF650. Grayscale: #535353. Windows color (decimal): -3864145 or 11471301. OLE color: 11471301.
HSL color Cylindrical-coordinate representation of color #C509AF: hue angle of 307.02º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C509AF is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 175 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.23 |
| HSL | 307.02º | 0.91% | 0.4% | - |
| HSV(B) | 307.02º | 0.95% | 0.77% | - |
| XYZ | 30.86 | 15.16 | 41.86 | - |
| YUV | 84.14 | 179.28 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 175 | 0 | 0.95 | 0.11 | 0.23 | 307.02 | 0.91 | 0.4 |
| Hex | C5 | 9 | AF | 0 | 5F | B | 17 | 133 | 5B | 28 |
| Octal | 305 | 11 | 257 | 0 | 137 | 13 | 27 | 463 | 133 | 50 |
| Binary | 11000101 | 1001 | 10101111 | 0 | 1011111 | 1011 | 10111 | 100110011 | 1011011 | 101000 |
Color Harmonies of #C509AF
Complementary color
Monochromatic Colors of #C509AF
Black with #C509AF
Text Example
Text Example
White with #C509AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C509AF; }
p { color: rgb(197,9,175); }
H1.HeaderClassName
{
color: #C509AF;
}
.AnyTagClassName
{
color: #C509AF;
}
</style>
background-color css
<style>
a { background-color: #C509AF; }
a { background-color: rgb(197,9,175); }
div.DivClassName
{
background-color: #C509AF;
}
.BgClassName
{
background-color: #C509AF;
}
</style>
border-color css
<style>
span { border-color: #C509AF; }
span { border-color: rgb(197,9,175); }
td.TdClassName
{
border-color: #C509AF;
}
.TagClassName
{
border-color: #C509AF;
}
</style>