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