Shades of Deep Magenta #C520CF
Tints of Deep Magenta #C520CF
RGB
CMYK
RGB Variations
Color information
#C520CF (or 0xC520CF) is known color: Deep Magenta. HEX triplet: C5, 20 and CF. RGB value is (197,32,207). Sum of RGB (Red+Green+Blue) = 197+32+207=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #C520CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C520CF is #3ADF30. Grayscale: #646464. Windows color (decimal): -3858225 or 13574341. OLE color: 13574341.
HSL color Cylindrical-coordinate representation of color #C520CF: hue angle of 296.57º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C520CF is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 32 | 207 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.19 |
| HSL | 296.57º | 0.73% | 0.47% | - |
| HSV(B) | 296.57º | 0.85% | 0.81% | - |
| XYZ | 34.8 | 17.41 | 60.56 | - |
| YUV | 101.29 | 187.66 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 207 | 0.05 | 0.85 | 0 | 0.19 | 296.57 | 0.73 | 0.47 |
| Hex | C5 | 20 | CF | 5 | 55 | 0 | 13 | 129 | 49 | 2F |
| Octal | 305 | 40 | 317 | 5 | 125 | 0 | 23 | 451 | 111 | 57 |
| Binary | 11000101 | 100000 | 11001111 | 101 | 1010101 | 0 | 10011 | 100101001 | 1001001 | 101111 |
Color Harmonies of #C520CF
Complementary color
Monochromatic Colors of #C520CF
Black with #C520CF
Text Example
Text Example
White with #C520CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C520CF; }
p { color: rgb(197,32,207); }
H1.HeaderClassName
{
color: #C520CF;
}
.AnyTagClassName
{
color: #C520CF;
}
</style>
background-color css
<style>
a { background-color: #C520CF; }
a { background-color: rgb(197,32,207); }
div.DivClassName
{
background-color: #C520CF;
}
.BgClassName
{
background-color: #C520CF;
}
</style>
border-color css
<style>
span { border-color: #C520CF; }
span { border-color: rgb(197,32,207); }
td.TdClassName
{
border-color: #C520CF;
}
.TagClassName
{
border-color: #C520CF;
}
</style>