Shades of Deep Magenta #C520B2
Tints of Deep Magenta #C520B2
RGB
CMYK
RGB Variations
Color information
#C520B2 (or 0xC520B2) is known color: Deep Magenta. HEX triplet: C5, 20 and B2. RGB value is (197,32,178). Sum of RGB (Red+Green+Blue) = 197+32+178=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C520B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C520B2 is #3ADF4D. Grayscale: #616161. Windows color (decimal): -3858254 or 11673797. OLE color: 11673797.
HSL color Cylindrical-coordinate representation of color #C520B2: hue angle of 306.91º 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 #C520B2 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 178 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.23 |
| HSL | 306.91º | 0.72% | 0.45% | - |
| HSV(B) | 306.91º | 0.84% | 0.77% | - |
| XYZ | 31.58 | 16.12 | 43.57 | - |
| YUV | 97.98 | 173.16 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 178 | 0 | 0.84 | 0.10 | 0.23 | 306.91 | 0.72 | 0.45 |
| Hex | C5 | 20 | B2 | 0 | 54 | A | 17 | 133 | 48 | 2D |
| Octal | 305 | 40 | 262 | 0 | 124 | 12 | 27 | 463 | 110 | 55 |
| Binary | 11000101 | 100000 | 10110010 | 0 | 1010100 | 1010 | 10111 | 100110011 | 1001000 | 101101 |
Color Harmonies of #C520B2
Complementary color
Monochromatic Colors of #C520B2
Black with #C520B2
Text Example
Text Example
White with #C520B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C520B2; }
p { color: rgb(197,32,178); }
H1.HeaderClassName
{
color: #C520B2;
}
.AnyTagClassName
{
color: #C520B2;
}
</style>
background-color css
<style>
a { background-color: #C520B2; }
a { background-color: rgb(197,32,178); }
div.DivClassName
{
background-color: #C520B2;
}
.BgClassName
{
background-color: #C520B2;
}
</style>
border-color css
<style>
span { border-color: #C520B2; }
span { border-color: rgb(197,32,178); }
td.TdClassName
{
border-color: #C520B2;
}
.TagClassName
{
border-color: #C520B2;
}
</style>