Shades of Deep Magenta #C517CD
Tints of Deep Magenta #C517CD
RGB
CMYK
RGB Variations
Color information
#C517CD (or 0xC517CD) is known color: Deep Magenta. HEX triplet: C5, 17 and CD. RGB value is (197,23,205). Sum of RGB (Red+Green+Blue) = 197+23+205=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #C517CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C517CD is #3AE832. Grayscale: #5F5F5F. Windows color (decimal): -3860531 or 13440965. OLE color: 13440965.
HSL color Cylindrical-coordinate representation of color #C517CD: hue angle of 297.36º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C517CD is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 23 | 205 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.20 |
| HSL | 297.36º | 0.8% | 0.45% | - |
| HSV(B) | 297.36º | 0.89% | 0.8% | - |
| XYZ | 34.35 | 16.89 | 59.21 | - |
| YUV | 95.77 | 189.65 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 205 | 0.04 | 0.89 | 0 | 0.20 | 297.36 | 0.8 | 0.45 |
| Hex | C5 | 17 | CD | 4 | 59 | 0 | 14 | 129 | 50 | 2D |
| Octal | 305 | 27 | 315 | 4 | 131 | 0 | 24 | 451 | 120 | 55 |
| Binary | 11000101 | 10111 | 11001101 | 100 | 1011001 | 0 | 10100 | 100101001 | 1010000 | 101101 |
Color Harmonies of #C517CD
Complementary color
Monochromatic Colors of #C517CD
Black with #C517CD
Text Example
Text Example
White with #C517CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C517CD; }
p { color: rgb(197,23,205); }
H1.HeaderClassName
{
color: #C517CD;
}
.AnyTagClassName
{
color: #C517CD;
}
</style>
background-color css
<style>
a { background-color: #C517CD; }
a { background-color: rgb(197,23,205); }
div.DivClassName
{
background-color: #C517CD;
}
.BgClassName
{
background-color: #C517CD;
}
</style>
border-color css
<style>
span { border-color: #C517CD; }
span { border-color: rgb(197,23,205); }
td.TdClassName
{
border-color: #C517CD;
}
.TagClassName
{
border-color: #C517CD;
}
</style>