Shades of Deep Magenta #BF1FDF
Tints of Deep Magenta #BF1FDF
RGB
CMYK
RGB Variations
Color information
#BF1FDF (or 0xBF1FDF) is known color: Deep Magenta. HEX triplet: BF, 1F and DF. RGB value is (191,31,223). Sum of RGB (Red+Green+Blue) = 191+31+223=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 31 (12.5% from 255 or 6.97% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF1FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1FDF is #40E020. Grayscale: #646464. Windows color (decimal): -4251681 or 14622655. OLE color: 14622655.
HSL color Cylindrical-coordinate representation of color #BF1FDF: hue angle of 290º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1FDF is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 31 | 223 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.13 |
| HSL | 290º | 0.76% | 0.5% | - |
| HSV(B) | 290º | 0.86% | 0.87% | - |
| XYZ | 35.3 | 17.38 | 71.31 | - |
| YUV | 100.73 | 197.01 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 223 | 0.14 | 0.86 | 0 | 0.13 | 290 | 0.76 | 0.5 |
| Hex | BF | 1F | DF | E | 56 | 0 | D | 122 | 4C | 32 |
| Octal | 277 | 37 | 337 | 16 | 126 | 0 | 15 | 442 | 114 | 62 |
| Binary | 10111111 | 11111 | 11011111 | 1110 | 1010110 | 0 | 1101 | 100100010 | 1001100 | 110010 |
Color Harmonies of #BF1FDF
Complementary color
Monochromatic Colors of #BF1FDF
Black with #BF1FDF
Text Example
Text Example
White with #BF1FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1FDF; }
p { color: rgb(191,31,223); }
H1.HeaderClassName
{
color: #BF1FDF;
}
.AnyTagClassName
{
color: #BF1FDF;
}
</style>
background-color css
<style>
a { background-color: #BF1FDF; }
a { background-color: rgb(191,31,223); }
div.DivClassName
{
background-color: #BF1FDF;
}
.BgClassName
{
background-color: #BF1FDF;
}
</style>
border-color css
<style>
span { border-color: #BF1FDF; }
span { border-color: rgb(191,31,223); }
td.TdClassName
{
border-color: #BF1FDF;
}
.TagClassName
{
border-color: #BF1FDF;
}
</style>