Shades of Deep Magenta #C509A9
Tints of Deep Magenta #C509A9
RGB
CMYK
RGB Variations
Color information
#C509A9 (or 0xC509A9) is known color: Deep Magenta. HEX triplet: C5, 09 and A9. RGB value is (197,9,169). Sum of RGB (Red+Green+Blue) = 197+9+169=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C509A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C509A9 is #3AF656. Grayscale: #535353. Windows color (decimal): -3864151 or 11078085. OLE color: 11078085.
HSL color Cylindrical-coordinate representation of color #C509A9: hue angle of 308.94º 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 #C509A9 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 169 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.23 |
| HSL | 308.94º | 0.91% | 0.4% | - |
| HSV(B) | 308.94º | 0.95% | 0.77% | - |
| XYZ | 30.29 | 14.93 | 38.82 | - |
| YUV | 83.45 | 176.28 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 169 | 0 | 0.95 | 0.14 | 0.23 | 308.94 | 0.91 | 0.4 |
| Hex | C5 | 9 | A9 | 0 | 5F | E | 17 | 135 | 5B | 28 |
| Octal | 305 | 11 | 251 | 0 | 137 | 16 | 27 | 465 | 133 | 50 |
| Binary | 11000101 | 1001 | 10101001 | 0 | 1011111 | 1110 | 10111 | 100110101 | 1011011 | 101000 |
Color Harmonies of #C509A9
Complementary color
Monochromatic Colors of #C509A9
Black with #C509A9
Text Example
Text Example
White with #C509A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C509A9; }
p { color: rgb(197,9,169); }
H1.HeaderClassName
{
color: #C509A9;
}
.AnyTagClassName
{
color: #C509A9;
}
</style>
background-color css
<style>
a { background-color: #C509A9; }
a { background-color: rgb(197,9,169); }
div.DivClassName
{
background-color: #C509A9;
}
.BgClassName
{
background-color: #C509A9;
}
</style>
border-color css
<style>
span { border-color: #C509A9; }
span { border-color: rgb(197,9,169); }
td.TdClassName
{
border-color: #C509A9;
}
.TagClassName
{
border-color: #C509A9;
}
</style>