Shades of Deep Magenta #C509DD
Tints of Deep Magenta #C509DD
RGB
CMYK
RGB Variations
Color information
#C509DD (or 0xC509DD) is known color: Deep Magenta. HEX triplet: C5, 09 and DD. RGB value is (197,9,221). Sum of RGB (Red+Green+Blue) = 197+9+221=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #C509DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C509DD is #3AF622. Grayscale: #585858. Windows color (decimal): -3864099 or 14485957. OLE color: 14485957.
HSL color Cylindrical-coordinate representation of color #C509DD: hue angle of 293.21º 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 #C509DD is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 9 | 221 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.13 |
| HSL | 293.21º | 0.92% | 0.45% | - |
| HSV(B) | 293.21º | 0.96% | 0.87% | - |
| XYZ | 36.17 | 17.29 | 69.84 | - |
| YUV | 89.38 | 202.28 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 221 | 0.11 | 0.96 | 0 | 0.13 | 293.21 | 0.92 | 0.45 |
| Hex | C5 | 9 | DD | B | 60 | 0 | D | 125 | 5C | 2D |
| Octal | 305 | 11 | 335 | 13 | 140 | 0 | 15 | 445 | 134 | 55 |
| Binary | 11000101 | 1001 | 11011101 | 1011 | 1100000 | 0 | 1101 | 100100101 | 1011100 | 101101 |
Color Harmonies of #C509DD
Complementary color
Monochromatic Colors of #C509DD
Black with #C509DD
Text Example
Text Example
White with #C509DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C509DD; }
p { color: rgb(197,9,221); }
H1.HeaderClassName
{
color: #C509DD;
}
.AnyTagClassName
{
color: #C509DD;
}
</style>
background-color css
<style>
a { background-color: #C509DD; }
a { background-color: rgb(197,9,221); }
div.DivClassName
{
background-color: #C509DD;
}
.BgClassName
{
background-color: #C509DD;
}
</style>
border-color css
<style>
span { border-color: #C509DD; }
span { border-color: rgb(197,9,221); }
td.TdClassName
{
border-color: #C509DD;
}
.TagClassName
{
border-color: #C509DD;
}
</style>