Shades of Deep Magenta #C517D9
Tints of Deep Magenta #C517D9
RGB
CMYK
RGB Variations
Color information
#C517D9 (or 0xC517D9) is known color: Deep Magenta. HEX triplet: C5, 17 and D9. RGB value is (197,23,217). Sum of RGB (Red+Green+Blue) = 197+23+217=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 217 (85.16% from 255 or 49.66% from 437); Max value from RGB is 217 - color contains mainly: blue. Hex color #C517D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C517D9 is #3AE826. Grayscale: #606060. Windows color (decimal): -3860519 or 14227397. OLE color: 14227397.
HSL color Cylindrical-coordinate representation of color #C517D9: hue angle of 293.81º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C517D9 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 23 | 217 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.15 |
| HSL | 293.81º | 0.81% | 0.47% | - |
| HSV(B) | 293.81º | 0.89% | 0.85% | - |
| XYZ | 35.86 | 17.49 | 67.13 | - |
| YUV | 97.14 | 195.65 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 217 | 0.09 | 0.89 | 0 | 0.15 | 293.81 | 0.81 | 0.47 |
| Hex | C5 | 17 | D9 | 9 | 59 | 0 | F | 126 | 51 | 2F |
| Octal | 305 | 27 | 331 | 11 | 131 | 0 | 17 | 446 | 121 | 57 |
| Binary | 11000101 | 10111 | 11011001 | 1001 | 1011001 | 0 | 1111 | 100100110 | 1010001 | 101111 |
Color Harmonies of #C517D9
Complementary color
Monochromatic Colors of #C517D9
Black with #C517D9
Text Example
Text Example
White with #C517D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C517D9; }
p { color: rgb(197,23,217); }
H1.HeaderClassName
{
color: #C517D9;
}
.AnyTagClassName
{
color: #C517D9;
}
</style>
background-color css
<style>
a { background-color: #C517D9; }
a { background-color: rgb(197,23,217); }
div.DivClassName
{
background-color: #C517D9;
}
.BgClassName
{
background-color: #C517D9;
}
</style>
border-color css
<style>
span { border-color: #C517D9; }
span { border-color: rgb(197,23,217); }
td.TdClassName
{
border-color: #C517D9;
}
.TagClassName
{
border-color: #C517D9;
}
</style>