Shades of Deep Magenta #C509DF
Tints of Deep Magenta #C509DF
RGB
CMYK
RGB Variations
Color information
#C509DF (or 0xC509DF) is known color: Deep Magenta. HEX triplet: C5, 09 and DF. RGB value is (197,9,223). Sum of RGB (Red+Green+Blue) = 197+9+223=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 9 (3.91% from 255 or 2.10% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #C509DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C509DF is #3AF620. Grayscale: #585858. Windows color (decimal): -3864097 or 14617029. OLE color: 14617029.
HSL color Cylindrical-coordinate representation of color #C509DF: hue angle of 292.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C509DF is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 9 | 223 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.13 |
| HSL | 292.71º | 0.92% | 0.45% | - |
| HSV(B) | 292.71º | 0.96% | 0.87% | - |
| XYZ | 36.44 | 17.39 | 71.25 | - |
| YUV | 89.61 | 203.28 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 223 | 0.12 | 0.96 | 0 | 0.13 | 292.71 | 0.92 | 0.45 |
| Hex | C5 | 9 | DF | C | 60 | 0 | D | 125 | 5C | 2D |
| Octal | 305 | 11 | 337 | 14 | 140 | 0 | 15 | 445 | 134 | 55 |
| Binary | 11000101 | 1001 | 11011111 | 1100 | 1100000 | 0 | 1101 | 100100101 | 1011100 | 101101 |
Color Harmonies of #C509DF
Complementary color
Monochromatic Colors of #C509DF
Black with #C509DF
Text Example
Text Example
White with #C509DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C509DF; }
p { color: rgb(197,9,223); }
H1.HeaderClassName
{
color: #C509DF;
}
.AnyTagClassName
{
color: #C509DF;
}
</style>
background-color css
<style>
a { background-color: #C509DF; }
a { background-color: rgb(197,9,223); }
div.DivClassName
{
background-color: #C509DF;
}
.BgClassName
{
background-color: #C509DF;
}
</style>
border-color css
<style>
span { border-color: #C509DF; }
span { border-color: rgb(197,9,223); }
td.TdClassName
{
border-color: #C509DF;
}
.TagClassName
{
border-color: #C509DF;
}
</style>