Shades of Deep Magenta #C509CF
Tints of Deep Magenta #C509CF
RGB
CMYK
RGB Variations
Color information
#C509CF (or 0xC509CF) is known color: Deep Magenta. HEX triplet: C5, 09 and CF. RGB value is (197,9,207). Sum of RGB (Red+Green+Blue) = 197+9+207=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #C509CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C509CF is #3AF630. Grayscale: #575757. Windows color (decimal): -3864113 or 13568453. OLE color: 13568453.
HSL color Cylindrical-coordinate representation of color #C509CF: hue angle of 296.97º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C509CF is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 9 | 207 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.19 |
| HSL | 296.97º | 0.92% | 0.42% | - |
| HSV(B) | 296.97º | 0.96% | 0.81% | - |
| XYZ | 34.39 | 16.57 | 60.42 | - |
| YUV | 87.78 | 195.28 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 207 | 0.05 | 0.96 | 0 | 0.19 | 296.97 | 0.92 | 0.42 |
| Hex | C5 | 9 | CF | 5 | 60 | 0 | 13 | 129 | 5C | 2A |
| Octal | 305 | 11 | 317 | 5 | 140 | 0 | 23 | 451 | 134 | 52 |
| Binary | 11000101 | 1001 | 11001111 | 101 | 1100000 | 0 | 10011 | 100101001 | 1011100 | 101010 |
Color Harmonies of #C509CF
Complementary color
Monochromatic Colors of #C509CF
Black with #C509CF
Text Example
Text Example
White with #C509CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C509CF; }
p { color: rgb(197,9,207); }
H1.HeaderClassName
{
color: #C509CF;
}
.AnyTagClassName
{
color: #C509CF;
}
</style>
background-color css
<style>
a { background-color: #C509CF; }
a { background-color: rgb(197,9,207); }
div.DivClassName
{
background-color: #C509CF;
}
.BgClassName
{
background-color: #C509CF;
}
</style>
border-color css
<style>
span { border-color: #C509CF; }
span { border-color: rgb(197,9,207); }
td.TdClassName
{
border-color: #C509CF;
}
.TagClassName
{
border-color: #C509CF;
}
</style>