Shades of Deep Magenta #C520BC
Tints of Deep Magenta #C520BC
RGB
CMYK
RGB Variations
Color information
#C520BC (or 0xC520BC) is known color: Deep Magenta. HEX triplet: C5, 20 and BC. RGB value is (197,32,188). Sum of RGB (Red+Green+Blue) = 197+32+188=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C520BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C520BC is #3ADF43. Grayscale: #626262. Windows color (decimal): -3858244 or 12329157. OLE color: 12329157.
HSL color Cylindrical-coordinate representation of color #C520BC: hue angle of 303.27º 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 #C520BC is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 188 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.23 |
| HSL | 303.27º | 0.72% | 0.45% | - |
| HSV(B) | 303.27º | 0.84% | 0.77% | - |
| XYZ | 32.62 | 16.53 | 49.05 | - |
| YUV | 99.12 | 178.16 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 188 | 0 | 0.84 | 0.05 | 0.23 | 303.27 | 0.72 | 0.45 |
| Hex | C5 | 20 | BC | 0 | 54 | 5 | 17 | 12F | 48 | 2D |
| Octal | 305 | 40 | 274 | 0 | 124 | 5 | 27 | 457 | 110 | 55 |
| Binary | 11000101 | 100000 | 10111100 | 0 | 1010100 | 101 | 10111 | 100101111 | 1001000 | 101101 |
Color Harmonies of #C520BC
Complementary color
Monochromatic Colors of #C520BC
Black with #C520BC
Text Example
Text Example
White with #C520BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C520BC; }
p { color: rgb(197,32,188); }
H1.HeaderClassName
{
color: #C520BC;
}
.AnyTagClassName
{
color: #C520BC;
}
</style>
background-color css
<style>
a { background-color: #C520BC; }
a { background-color: rgb(197,32,188); }
div.DivClassName
{
background-color: #C520BC;
}
.BgClassName
{
background-color: #C520BC;
}
</style>
border-color css
<style>
span { border-color: #C520BC; }
span { border-color: rgb(197,32,188); }
td.TdClassName
{
border-color: #C520BC;
}
.TagClassName
{
border-color: #C520BC;
}
</style>