Shades of Deep Magenta #BF21CF
Tints of Deep Magenta #BF21CF
RGB
CMYK
RGB Variations
Color information
#BF21CF (or 0xBF21CF) is known color: Deep Magenta. HEX triplet: BF, 21 and CF. RGB value is (191,33,207). Sum of RGB (Red+Green+Blue) = 191+33+207=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF21CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF21CF is #40DE30. Grayscale: #636363. Windows color (decimal): -4251185 or 13574591. OLE color: 13574591.
HSL color Cylindrical-coordinate representation of color #BF21CF: hue angle of 294.48º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF21CF is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 33 | 207 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.19 |
| HSL | 294.48º | 0.73% | 0.47% | - |
| HSV(B) | 294.48º | 0.84% | 0.81% | - |
| XYZ | 33.29 | 16.67 | 60.49 | - |
| YUV | 100.08 | 188.35 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 207 | 0.08 | 0.84 | 0 | 0.19 | 294.48 | 0.73 | 0.47 |
| Hex | BF | 21 | CF | 8 | 54 | 0 | 13 | 126 | 48 | 2F |
| Octal | 277 | 41 | 317 | 10 | 124 | 0 | 23 | 446 | 110 | 57 |
| Binary | 10111111 | 100001 | 11001111 | 1000 | 1010100 | 0 | 10011 | 100100110 | 1001000 | 101111 |
Color Harmonies of #BF21CF
Complementary color
Monochromatic Colors of #BF21CF
Black with #BF21CF
Text Example
Text Example
White with #BF21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF21CF; }
p { color: rgb(191,33,207); }
H1.HeaderClassName
{
color: #BF21CF;
}
.AnyTagClassName
{
color: #BF21CF;
}
</style>
background-color css
<style>
a { background-color: #BF21CF; }
a { background-color: rgb(191,33,207); }
div.DivClassName
{
background-color: #BF21CF;
}
.BgClassName
{
background-color: #BF21CF;
}
</style>
border-color css
<style>
span { border-color: #BF21CF; }
span { border-color: rgb(191,33,207); }
td.TdClassName
{
border-color: #BF21CF;
}
.TagClassName
{
border-color: #BF21CF;
}
</style>