Shades of Deep Magenta #C509DA
Tints of Deep Magenta #C509DA
RGB
CMYK
RGB Variations
Color information
#C509DA (or 0xC509DA) is known color: Deep Magenta. HEX triplet: C5, 09 and DA. RGB value is (197,9,218). Sum of RGB (Red+Green+Blue) = 197+9+218=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 9 (3.91% from 255 or 2.12% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #C509DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C509DA is #3AF625. Grayscale: #585858. Windows color (decimal): -3864102 or 14289349. OLE color: 14289349.
HSL color Cylindrical-coordinate representation of color #C509DA: hue angle of 293.97º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C509DA is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 9 | 218 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.15 |
| HSL | 293.97º | 0.92% | 0.45% | - |
| HSV(B) | 293.97º | 0.96% | 0.85% | - |
| XYZ | 35.78 | 17.13 | 67.75 | - |
| YUV | 89.04 | 200.78 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 218 | 0.10 | 0.96 | 0 | 0.15 | 293.97 | 0.92 | 0.45 |
| Hex | C5 | 9 | DA | A | 60 | 0 | F | 126 | 5C | 2D |
| Octal | 305 | 11 | 332 | 12 | 140 | 0 | 17 | 446 | 134 | 55 |
| Binary | 11000101 | 1001 | 11011010 | 1010 | 1100000 | 0 | 1111 | 100100110 | 1011100 | 101101 |
Color Harmonies of #C509DA
Complementary color
Monochromatic Colors of #C509DA
Black with #C509DA
Text Example
Text Example
White with #C509DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C509DA; }
p { color: rgb(197,9,218); }
H1.HeaderClassName
{
color: #C509DA;
}
.AnyTagClassName
{
color: #C509DA;
}
</style>
background-color css
<style>
a { background-color: #C509DA; }
a { background-color: rgb(197,9,218); }
div.DivClassName
{
background-color: #C509DA;
}
.BgClassName
{
background-color: #C509DA;
}
</style>
border-color css
<style>
span { border-color: #C509DA; }
span { border-color: rgb(197,9,218); }
td.TdClassName
{
border-color: #C509DA;
}
.TagClassName
{
border-color: #C509DA;
}
</style>