Shades of Deep Magenta #C005D9
Tints of Deep Magenta #C005D9
RGB
CMYK
RGB Variations
Color information
#C005D9 (or 0xC005D9) is known color: Deep Magenta. HEX triplet: C0, 05 and D9. RGB value is (192,5,217). Sum of RGB (Red+Green+Blue) = 192+5+217=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 217 (85.16% from 255 or 52.42% from 414); Max value from RGB is 217 - color contains mainly: blue. Hex color #C005D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C005D9 is #3FFA26. Grayscale: #545454. Windows color (decimal): -4192807 or 14222784. OLE color: 14222784.
HSL color Cylindrical-coordinate representation of color #C005D9: hue angle of 292.92º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C005D9 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 5 | 217 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.15 |
| HSL | 292.92º | 0.95% | 0.44% | - |
| HSV(B) | 292.92º | 0.98% | 0.85% | - |
| XYZ | 34.32 | 16.32 | 66.99 | - |
| YUV | 85.08 | 202.45 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 217 | 0.12 | 0.98 | 0 | 0.15 | 292.92 | 0.95 | 0.44 |
| Hex | C0 | 5 | D9 | C | 62 | 0 | F | 125 | 5F | 2C |
| Octal | 300 | 5 | 331 | 14 | 142 | 0 | 17 | 445 | 137 | 54 |
| Binary | 11000000 | 101 | 11011001 | 1100 | 1100010 | 0 | 1111 | 100100101 | 1011111 | 101100 |
Color Harmonies of #C005D9
Complementary color
Monochromatic Colors of #C005D9
Black with #C005D9
Text Example
Text Example
White with #C005D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005D9; }
p { color: rgb(192,5,217); }
H1.HeaderClassName
{
color: #C005D9;
}
.AnyTagClassName
{
color: #C005D9;
}
</style>
background-color css
<style>
a { background-color: #C005D9; }
a { background-color: rgb(192,5,217); }
div.DivClassName
{
background-color: #C005D9;
}
.BgClassName
{
background-color: #C005D9;
}
</style>
border-color css
<style>
span { border-color: #C005D9; }
span { border-color: rgb(192,5,217); }
td.TdClassName
{
border-color: #C005D9;
}
.TagClassName
{
border-color: #C005D9;
}
</style>