Shades of Deep Magenta #C509A8
Tints of Deep Magenta #C509A8
RGB
CMYK
RGB Variations
Color information
#C509A8 (or 0xC509A8) is known color: Deep Magenta. HEX triplet: C5, 09 and A8. RGB value is (197,9,168). Sum of RGB (Red+Green+Blue) = 197+9+168=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C509A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C509A8 is #3AF657. Grayscale: #525252. Windows color (decimal): -3864152 or 11012549. OLE color: 11012549.
HSL color Cylindrical-coordinate representation of color #C509A8: hue angle of 309.26º 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 #C509A8 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 168 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.23 |
| HSL | 309.26º | 0.91% | 0.4% | - |
| HSV(B) | 309.26º | 0.95% | 0.77% | - |
| XYZ | 30.19 | 14.89 | 38.33 | - |
| YUV | 83.34 | 175.78 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 168 | 0 | 0.95 | 0.15 | 0.23 | 309.26 | 0.91 | 0.4 |
| Hex | C5 | 9 | A8 | 0 | 5F | F | 17 | 135 | 5B | 28 |
| Octal | 305 | 11 | 250 | 0 | 137 | 17 | 27 | 465 | 133 | 50 |
| Binary | 11000101 | 1001 | 10101000 | 0 | 1011111 | 1111 | 10111 | 100110101 | 1011011 | 101000 |
Color Harmonies of #C509A8
Complementary color
Monochromatic Colors of #C509A8
Black with #C509A8
Text Example
Text Example
White with #C509A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C509A8; }
p { color: rgb(197,9,168); }
H1.HeaderClassName
{
color: #C509A8;
}
.AnyTagClassName
{
color: #C509A8;
}
</style>
background-color css
<style>
a { background-color: #C509A8; }
a { background-color: rgb(197,9,168); }
div.DivClassName
{
background-color: #C509A8;
}
.BgClassName
{
background-color: #C509A8;
}
</style>
border-color css
<style>
span { border-color: #C509A8; }
span { border-color: rgb(197,9,168); }
td.TdClassName
{
border-color: #C509A8;
}
.TagClassName
{
border-color: #C509A8;
}
</style>