Shades of Deep Magenta #C520BE
Tints of Deep Magenta #C520BE
RGB
CMYK
RGB Variations
Color information
#C520BE (or 0xC520BE) is known color: Deep Magenta. HEX triplet: C5, 20 and BE. RGB value is (197,32,190). Sum of RGB (Red+Green+Blue) = 197+32+190=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C520BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C520BE is #3ADF41. Grayscale: #626262. Windows color (decimal): -3858242 or 12460229. OLE color: 12460229.
HSL color Cylindrical-coordinate representation of color #C520BE: hue angle of 302.55º 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 #C520BE is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 190 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.23 |
| HSL | 302.55º | 0.72% | 0.45% | - |
| HSV(B) | 302.55º | 0.84% | 0.77% | - |
| XYZ | 32.84 | 16.62 | 50.19 | - |
| YUV | 99.35 | 179.16 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 190 | 0 | 0.84 | 0.04 | 0.23 | 302.55 | 0.72 | 0.45 |
| Hex | C5 | 20 | BE | 0 | 54 | 4 | 17 | 12F | 48 | 2D |
| Octal | 305 | 40 | 276 | 0 | 124 | 4 | 27 | 457 | 110 | 55 |
| Binary | 11000101 | 100000 | 10111110 | 0 | 1010100 | 100 | 10111 | 100101111 | 1001000 | 101101 |
Color Harmonies of #C520BE
Complementary color
Monochromatic Colors of #C520BE
Black with #C520BE
Text Example
Text Example
White with #C520BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C520BE; }
p { color: rgb(197,32,190); }
H1.HeaderClassName
{
color: #C520BE;
}
.AnyTagClassName
{
color: #C520BE;
}
</style>
background-color css
<style>
a { background-color: #C520BE; }
a { background-color: rgb(197,32,190); }
div.DivClassName
{
background-color: #C520BE;
}
.BgClassName
{
background-color: #C520BE;
}
</style>
border-color css
<style>
span { border-color: #C520BE; }
span { border-color: rgb(197,32,190); }
td.TdClassName
{
border-color: #C520BE;
}
.TagClassName
{
border-color: #C520BE;
}
</style>