Shades of Deep Magenta #C520B0
Tints of Deep Magenta #C520B0
RGB
CMYK
RGB Variations
Color information
#C520B0 (or 0xC520B0) is known color: Deep Magenta. HEX triplet: C5, 20 and B0. RGB value is (197,32,176). Sum of RGB (Red+Green+Blue) = 197+32+176=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C520B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C520B0 is #3ADF4F. Grayscale: #616161. Windows color (decimal): -3858256 or 11542725. OLE color: 11542725.
HSL color Cylindrical-coordinate representation of color #C520B0: hue angle of 307.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C520B0 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 176 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.23 |
| HSL | 307.64º | 0.72% | 0.45% | - |
| HSV(B) | 307.64º | 0.84% | 0.77% | - |
| XYZ | 31.38 | 16.04 | 42.52 | - |
| YUV | 97.75 | 172.16 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 176 | 0 | 0.84 | 0.11 | 0.23 | 307.64 | 0.72 | 0.45 |
| Hex | C5 | 20 | B0 | 0 | 54 | B | 17 | 134 | 48 | 2D |
| Octal | 305 | 40 | 260 | 0 | 124 | 13 | 27 | 464 | 110 | 55 |
| Binary | 11000101 | 100000 | 10110000 | 0 | 1010100 | 1011 | 10111 | 100110100 | 1001000 | 101101 |
Color Harmonies of #C520B0
Complementary color
Monochromatic Colors of #C520B0
Black with #C520B0
Text Example
Text Example
White with #C520B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C520B0; }
p { color: rgb(197,32,176); }
H1.HeaderClassName
{
color: #C520B0;
}
.AnyTagClassName
{
color: #C520B0;
}
</style>
background-color css
<style>
a { background-color: #C520B0; }
a { background-color: rgb(197,32,176); }
div.DivClassName
{
background-color: #C520B0;
}
.BgClassName
{
background-color: #C520B0;
}
</style>
border-color css
<style>
span { border-color: #C520B0; }
span { border-color: rgb(197,32,176); }
td.TdClassName
{
border-color: #C520B0;
}
.TagClassName
{
border-color: #C520B0;
}
</style>