Shades of Deep Magenta #BF21AE
Tints of Deep Magenta #BF21AE
RGB
CMYK
RGB Variations
Color information
#BF21AE (or 0xBF21AE) is known color: Deep Magenta. HEX triplet: BF, 21 and AE. RGB value is (191,33,174). Sum of RGB (Red+Green+Blue) = 191+33+174=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF21AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF21AE is #40DE51. Grayscale: #5F5F5F. Windows color (decimal): -4251218 or 11411903. OLE color: 11411903.
HSL color Cylindrical-coordinate representation of color #BF21AE: hue angle of 306.46º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF21AE is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 174 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.25 |
| HSL | 306.46º | 0.71% | 0.44% | - |
| HSV(B) | 306.46º | 0.83% | 0.75% | - |
| XYZ | 29.67 | 15.22 | 41.42 | - |
| YUV | 96.32 | 171.85 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 174 | 0 | 0.83 | 0.09 | 0.25 | 306.46 | 0.71 | 0.44 |
| Hex | BF | 21 | AE | 0 | 53 | 9 | 19 | 132 | 47 | 2C |
| Octal | 277 | 41 | 256 | 0 | 123 | 11 | 31 | 462 | 107 | 54 |
| Binary | 10111111 | 100001 | 10101110 | 0 | 1010011 | 1001 | 11001 | 100110010 | 1000111 | 101100 |
Color Harmonies of #BF21AE
Complementary color
Monochromatic Colors of #BF21AE
Black with #BF21AE
Text Example
Text Example
White with #BF21AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF21AE; }
p { color: rgb(191,33,174); }
H1.HeaderClassName
{
color: #BF21AE;
}
.AnyTagClassName
{
color: #BF21AE;
}
</style>
background-color css
<style>
a { background-color: #BF21AE; }
a { background-color: rgb(191,33,174); }
div.DivClassName
{
background-color: #BF21AE;
}
.BgClassName
{
background-color: #BF21AE;
}
</style>
border-color css
<style>
span { border-color: #BF21AE; }
span { border-color: rgb(191,33,174); }
td.TdClassName
{
border-color: #BF21AE;
}
.TagClassName
{
border-color: #BF21AE;
}
</style>