Shades of Deep Magenta #BF29CF
Tints of Deep Magenta #BF29CF
RGB
CMYK
RGB Variations
Color information
#BF29CF (or 0xBF29CF) is known color: Deep Magenta. HEX triplet: BF, 29 and CF. RGB value is (191,41,207). Sum of RGB (Red+Green+Blue) = 191+41+207=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF29CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF29CF is #40D630. Grayscale: #686868. Windows color (decimal): -4249137 or 13576639. OLE color: 13576639.
HSL color Cylindrical-coordinate representation of color #BF29CF: hue angle of 294.22º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF29CF is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 41 | 207 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.19 |
| HSL | 294.22º | 0.67% | 0.49% | - |
| HSV(B) | 294.22º | 0.8% | 0.81% | - |
| XYZ | 33.54 | 17.17 | 60.58 | - |
| YUV | 104.77 | 185.7 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 207 | 0.08 | 0.80 | 0 | 0.19 | 294.22 | 0.67 | 0.49 |
| Hex | BF | 29 | CF | 8 | 50 | 0 | 13 | 126 | 43 | 31 |
| Octal | 277 | 51 | 317 | 10 | 120 | 0 | 23 | 446 | 103 | 61 |
| Binary | 10111111 | 101001 | 11001111 | 1000 | 1010000 | 0 | 10011 | 100100110 | 1000011 | 110001 |
Color Harmonies of #BF29CF
Complementary color
Monochromatic Colors of #BF29CF
Black with #BF29CF
Text Example
Text Example
White with #BF29CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF29CF; }
p { color: rgb(191,41,207); }
H1.HeaderClassName
{
color: #BF29CF;
}
.AnyTagClassName
{
color: #BF29CF;
}
</style>
background-color css
<style>
a { background-color: #BF29CF; }
a { background-color: rgb(191,41,207); }
div.DivClassName
{
background-color: #BF29CF;
}
.BgClassName
{
background-color: #BF29CF;
}
</style>
border-color css
<style>
span { border-color: #BF29CF; }
span { border-color: rgb(191,41,207); }
td.TdClassName
{
border-color: #BF29CF;
}
.TagClassName
{
border-color: #BF29CF;
}
</style>