Shades of Deep Magenta #C509DB
Tints of Deep Magenta #C509DB
RGB
CMYK
RGB Variations
Color information
#C509DB (or 0xC509DB) is known color: Deep Magenta. HEX triplet: C5, 09 and DB. RGB value is (197,9,219). Sum of RGB (Red+Green+Blue) = 197+9+219=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 9 (3.91% from 255 or 2.12% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #C509DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C509DB is #3AF624. Grayscale: #585858. Windows color (decimal): -3864101 or 14354885. OLE color: 14354885.
HSL color Cylindrical-coordinate representation of color #C509DB: hue angle of 293.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C509DB is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 9 | 219 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.14 |
| HSL | 293.71º | 0.92% | 0.45% | - |
| HSV(B) | 293.71º | 0.96% | 0.86% | - |
| XYZ | 35.91 | 17.18 | 68.44 | - |
| YUV | 89.15 | 201.28 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 219 | 0.10 | 0.96 | 0 | 0.14 | 293.71 | 0.92 | 0.45 |
| Hex | C5 | 9 | DB | A | 60 | 0 | E | 126 | 5C | 2D |
| Octal | 305 | 11 | 333 | 12 | 140 | 0 | 16 | 446 | 134 | 55 |
| Binary | 11000101 | 1001 | 11011011 | 1010 | 1100000 | 0 | 1110 | 100100110 | 1011100 | 101101 |
Color Harmonies of #C509DB
Complementary color
Monochromatic Colors of #C509DB
Black with #C509DB
Text Example
Text Example
White with #C509DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C509DB; }
p { color: rgb(197,9,219); }
H1.HeaderClassName
{
color: #C509DB;
}
.AnyTagClassName
{
color: #C509DB;
}
</style>
background-color css
<style>
a { background-color: #C509DB; }
a { background-color: rgb(197,9,219); }
div.DivClassName
{
background-color: #C509DB;
}
.BgClassName
{
background-color: #C509DB;
}
</style>
border-color css
<style>
span { border-color: #C509DB; }
span { border-color: rgb(197,9,219); }
td.TdClassName
{
border-color: #C509DB;
}
.TagClassName
{
border-color: #C509DB;
}
</style>