Shades of Deep Magenta #C521BD
Tints of Deep Magenta #C521BD
RGB
CMYK
RGB Variations
Color information
#C521BD (or 0xC521BD) is known color: Deep Magenta. HEX triplet: C5, 21 and BD. RGB value is (197,33,189). Sum of RGB (Red+Green+Blue) = 197+33+189=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C521BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C521BD is #3ADE42. Grayscale: #636363. Windows color (decimal): -3857987 or 12394949. OLE color: 12394949.
HSL color Cylindrical-coordinate representation of color #C521BD: hue angle of 302.93º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C521BD is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 189 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.23 |
| HSL | 302.93º | 0.71% | 0.45% | - |
| HSV(B) | 302.93º | 0.83% | 0.77% | - |
| XYZ | 32.76 | 16.63 | 49.63 | - |
| YUV | 99.82 | 178.33 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 189 | 0 | 0.83 | 0.04 | 0.23 | 302.93 | 0.71 | 0.45 |
| Hex | C5 | 21 | BD | 0 | 53 | 4 | 17 | 12F | 47 | 2D |
| Octal | 305 | 41 | 275 | 0 | 123 | 4 | 27 | 457 | 107 | 55 |
| Binary | 11000101 | 100001 | 10111101 | 0 | 1010011 | 100 | 10111 | 100101111 | 1000111 | 101101 |
Color Harmonies of #C521BD
Complementary color
Monochromatic Colors of #C521BD
Black with #C521BD
Text Example
Text Example
White with #C521BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C521BD; }
p { color: rgb(197,33,189); }
H1.HeaderClassName
{
color: #C521BD;
}
.AnyTagClassName
{
color: #C521BD;
}
</style>
background-color css
<style>
a { background-color: #C521BD; }
a { background-color: rgb(197,33,189); }
div.DivClassName
{
background-color: #C521BD;
}
.BgClassName
{
background-color: #C521BD;
}
</style>
border-color css
<style>
span { border-color: #C521BD; }
span { border-color: rgb(197,33,189); }
td.TdClassName
{
border-color: #C521BD;
}
.TagClassName
{
border-color: #C521BD;
}
</style>