Shades of Deep Magenta #C521BF
Tints of Deep Magenta #C521BF
RGB
CMYK
RGB Variations
Color information
#C521BF (or 0xC521BF) is known color: Deep Magenta. HEX triplet: C5, 21 and BF. RGB value is (197,33,191). Sum of RGB (Red+Green+Blue) = 197+33+191=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C521BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C521BF is #3ADE40. Grayscale: #636363. Windows color (decimal): -3857985 or 12526021. OLE color: 12526021.
HSL color Cylindrical-coordinate representation of color #C521BF: hue angle of 302.2º 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 #C521BF is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 191 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.23 |
| HSL | 302.2º | 0.71% | 0.45% | - |
| HSV(B) | 302.2º | 0.83% | 0.77% | - |
| XYZ | 32.97 | 16.72 | 50.78 | - |
| YUV | 100.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 191 | 0 | 0.83 | 0.03 | 0.23 | 302.2 | 0.71 | 0.45 |
| Hex | C5 | 21 | BF | 0 | 53 | 3 | 17 | 12E | 47 | 2D |
| Octal | 305 | 41 | 277 | 0 | 123 | 3 | 27 | 456 | 107 | 55 |
| Binary | 11000101 | 100001 | 10111111 | 0 | 1010011 | 11 | 10111 | 100101110 | 1000111 | 101101 |
Color Harmonies of #C521BF
Complementary color
Monochromatic Colors of #C521BF
Black with #C521BF
Text Example
Text Example
White with #C521BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C521BF; }
p { color: rgb(197,33,191); }
H1.HeaderClassName
{
color: #C521BF;
}
.AnyTagClassName
{
color: #C521BF;
}
</style>
background-color css
<style>
a { background-color: #C521BF; }
a { background-color: rgb(197,33,191); }
div.DivClassName
{
background-color: #C521BF;
}
.BgClassName
{
background-color: #C521BF;
}
</style>
border-color css
<style>
span { border-color: #C521BF; }
span { border-color: rgb(197,33,191); }
td.TdClassName
{
border-color: #C521BF;
}
.TagClassName
{
border-color: #C521BF;
}
</style>