Shades of Deep Magenta #BF20C5
Tints of Deep Magenta #BF20C5
RGB
CMYK
RGB Variations
Color information
#BF20C5 (or 0xBF20C5) is known color: Deep Magenta. HEX triplet: BF, 20 and C5. RGB value is (191,32,197). Sum of RGB (Red+Green+Blue) = 191+32+197=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF20C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF20C5 is #40DF3A. Grayscale: #616161. Windows color (decimal): -4251451 or 12918975. OLE color: 12918975.
HSL color Cylindrical-coordinate representation of color #BF20C5: hue angle of 297.82º 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 #BF20C5 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 32 | 197 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.23 |
| HSL | 297.82º | 0.72% | 0.45% | - |
| HSV(B) | 297.82º | 0.84% | 0.77% | - |
| XYZ | 32.08 | 16.14 | 54.25 | - |
| YUV | 98.35 | 183.68 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 197 | 0.03 | 0.84 | 0 | 0.23 | 297.82 | 0.72 | 0.45 |
| Hex | BF | 20 | C5 | 3 | 54 | 0 | 17 | 12A | 48 | 2D |
| Octal | 277 | 40 | 305 | 3 | 124 | 0 | 27 | 452 | 110 | 55 |
| Binary | 10111111 | 100000 | 11000101 | 11 | 1010100 | 0 | 10111 | 100101010 | 1001000 | 101101 |
Color Harmonies of #BF20C5
Complementary color
Monochromatic Colors of #BF20C5
Black with #BF20C5
Text Example
Text Example
White with #BF20C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF20C5; }
p { color: rgb(191,32,197); }
H1.HeaderClassName
{
color: #BF20C5;
}
.AnyTagClassName
{
color: #BF20C5;
}
</style>
background-color css
<style>
a { background-color: #BF20C5; }
a { background-color: rgb(191,32,197); }
div.DivClassName
{
background-color: #BF20C5;
}
.BgClassName
{
background-color: #BF20C5;
}
</style>
border-color css
<style>
span { border-color: #BF20C5; }
span { border-color: rgb(191,32,197); }
td.TdClassName
{
border-color: #BF20C5;
}
.TagClassName
{
border-color: #BF20C5;
}
</style>