Shades of Deep Magenta #C517D0
Tints of Deep Magenta #C517D0
RGB
CMYK
RGB Variations
Color information
#C517D0 (or 0xC517D0) is known color: Deep Magenta. HEX triplet: C5, 17 and D0. RGB value is (197,23,208). Sum of RGB (Red+Green+Blue) = 197+23+208=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #C517D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C517D0 is #3AE82F. Grayscale: #5F5F5F. Windows color (decimal): -3860528 or 13637573. OLE color: 13637573.
HSL color Cylindrical-coordinate representation of color #C517D0: hue angle of 296.43º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C517D0 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 23 | 208 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.18 |
| HSL | 296.43º | 0.8% | 0.45% | - |
| HSV(B) | 296.43º | 0.89% | 0.82% | - |
| XYZ | 34.72 | 17.04 | 61.13 | - |
| YUV | 96.12 | 191.15 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 208 | 0.05 | 0.89 | 0 | 0.18 | 296.43 | 0.8 | 0.45 |
| Hex | C5 | 17 | D0 | 5 | 59 | 0 | 12 | 128 | 50 | 2D |
| Octal | 305 | 27 | 320 | 5 | 131 | 0 | 22 | 450 | 120 | 55 |
| Binary | 11000101 | 10111 | 11010000 | 101 | 1011001 | 0 | 10010 | 100101000 | 1010000 | 101101 |
Color Harmonies of #C517D0
Complementary color
Monochromatic Colors of #C517D0
Black with #C517D0
Text Example
Text Example
White with #C517D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C517D0; }
p { color: rgb(197,23,208); }
H1.HeaderClassName
{
color: #C517D0;
}
.AnyTagClassName
{
color: #C517D0;
}
</style>
background-color css
<style>
a { background-color: #C517D0; }
a { background-color: rgb(197,23,208); }
div.DivClassName
{
background-color: #C517D0;
}
.BgClassName
{
background-color: #C517D0;
}
</style>
border-color css
<style>
span { border-color: #C517D0; }
span { border-color: rgb(197,23,208); }
td.TdClassName
{
border-color: #C517D0;
}
.TagClassName
{
border-color: #C517D0;
}
</style>