Shades of Deep Magenta #C520E3
Tints of Deep Magenta #C520E3
RGB
CMYK
RGB Variations
Color information
#C520E3 (or 0xC520E3) is known color: Deep Magenta. HEX triplet: C5, 20 and E3. RGB value is (197,32,227). Sum of RGB (Red+Green+Blue) = 197+32+227=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 227 (89.06% from 255 or 49.78% from 456); Max value from RGB is 227 - color contains mainly: blue. Hex color #C520E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C520E3 is #3ADF1C. Grayscale: #666666. Windows color (decimal): -3858205 or 14885061. OLE color: 14885061.
HSL color Cylindrical-coordinate representation of color #C520E3: hue angle of 290.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C520E3 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 32 | 227 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.11 |
| HSL | 290.77º | 0.78% | 0.51% | - |
| HSV(B) | 290.77º | 0.86% | 0.89% | - |
| XYZ | 37.41 | 18.45 | 74.26 | - |
| YUV | 103.57 | 197.66 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 227 | 0.13 | 0.86 | 0 | 0.11 | 290.77 | 0.78 | 0.51 |
| Hex | C5 | 20 | E3 | D | 56 | 0 | B | 123 | 4E | 33 |
| Octal | 305 | 40 | 343 | 15 | 126 | 0 | 13 | 443 | 116 | 63 |
| Binary | 11000101 | 100000 | 11100011 | 1101 | 1010110 | 0 | 1011 | 100100011 | 1001110 | 110011 |
Color Harmonies of #C520E3
Complementary color
Monochromatic Colors of #C520E3
Black with #C520E3
Text Example
Text Example
White with #C520E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C520E3; }
p { color: rgb(197,32,227); }
H1.HeaderClassName
{
color: #C520E3;
}
.AnyTagClassName
{
color: #C520E3;
}
</style>
background-color css
<style>
a { background-color: #C520E3; }
a { background-color: rgb(197,32,227); }
div.DivClassName
{
background-color: #C520E3;
}
.BgClassName
{
background-color: #C520E3;
}
</style>
border-color css
<style>
span { border-color: #C520E3; }
span { border-color: rgb(197,32,227); }
td.TdClassName
{
border-color: #C520E3;
}
.TagClassName
{
border-color: #C520E3;
}
</style>