Shades of Deep Magenta #C520BB
Tints of Deep Magenta #C520BB
RGB
CMYK
RGB Variations
Color information
#C520BB (or 0xC520BB) is known color: Deep Magenta. HEX triplet: C5, 20 and BB. RGB value is (197,32,187). Sum of RGB (Red+Green+Blue) = 197+32+187=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C520BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C520BB is #3ADF44. Grayscale: #626262. Windows color (decimal): -3858245 or 12263621. OLE color: 12263621.
HSL color Cylindrical-coordinate representation of color #C520BB: hue angle of 303.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 #C520BB is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 187 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.23 |
| HSL | 303.64º | 0.72% | 0.45% | - |
| HSV(B) | 303.64º | 0.84% | 0.77% | - |
| XYZ | 32.51 | 16.49 | 48.48 | - |
| YUV | 99.01 | 177.66 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 187 | 0 | 0.84 | 0.05 | 0.23 | 303.64 | 0.72 | 0.45 |
| Hex | C5 | 20 | BB | 0 | 54 | 5 | 17 | 130 | 48 | 2D |
| Octal | 305 | 40 | 273 | 0 | 124 | 5 | 27 | 460 | 110 | 55 |
| Binary | 11000101 | 100000 | 10111011 | 0 | 1010100 | 101 | 10111 | 100110000 | 1001000 | 101101 |
Color Harmonies of #C520BB
Complementary color
Monochromatic Colors of #C520BB
Black with #C520BB
Text Example
Text Example
White with #C520BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C520BB; }
p { color: rgb(197,32,187); }
H1.HeaderClassName
{
color: #C520BB;
}
.AnyTagClassName
{
color: #C520BB;
}
</style>
background-color css
<style>
a { background-color: #C520BB; }
a { background-color: rgb(197,32,187); }
div.DivClassName
{
background-color: #C520BB;
}
.BgClassName
{
background-color: #C520BB;
}
</style>
border-color css
<style>
span { border-color: #C520BB; }
span { border-color: rgb(197,32,187); }
td.TdClassName
{
border-color: #C520BB;
}
.TagClassName
{
border-color: #C520BB;
}
</style>