Shades of Deep Magenta #BF1FCF
Tints of Deep Magenta #BF1FCF
RGB
CMYK
RGB Variations
Color information
#BF1FCF (or 0xBF1FCF) is known color: Deep Magenta. HEX triplet: BF, 1F and CF. RGB value is (191,31,207). Sum of RGB (Red+Green+Blue) = 191+31+207=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF1FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1FCF is #40E030. Grayscale: #626262. Windows color (decimal): -4251697 or 13574079. OLE color: 13574079.
HSL color Cylindrical-coordinate representation of color #BF1FCF: hue angle of 294.55º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1FCF is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 31 | 207 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.19 |
| HSL | 294.55º | 0.74% | 0.47% | - |
| HSV(B) | 294.55º | 0.85% | 0.81% | - |
| XYZ | 33.24 | 16.56 | 60.48 | - |
| YUV | 98.9 | 189.01 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 207 | 0.08 | 0.85 | 0 | 0.19 | 294.55 | 0.74 | 0.47 |
| Hex | BF | 1F | CF | 8 | 55 | 0 | 13 | 127 | 4A | 2F |
| Octal | 277 | 37 | 317 | 10 | 125 | 0 | 23 | 447 | 112 | 57 |
| Binary | 10111111 | 11111 | 11001111 | 1000 | 1010101 | 0 | 10011 | 100100111 | 1001010 | 101111 |
Color Harmonies of #BF1FCF
Complementary color
Monochromatic Colors of #BF1FCF
Black with #BF1FCF
Text Example
Text Example
White with #BF1FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1FCF; }
p { color: rgb(191,31,207); }
H1.HeaderClassName
{
color: #BF1FCF;
}
.AnyTagClassName
{
color: #BF1FCF;
}
</style>
background-color css
<style>
a { background-color: #BF1FCF; }
a { background-color: rgb(191,31,207); }
div.DivClassName
{
background-color: #BF1FCF;
}
.BgClassName
{
background-color: #BF1FCF;
}
</style>
border-color css
<style>
span { border-color: #BF1FCF; }
span { border-color: rgb(191,31,207); }
td.TdClassName
{
border-color: #BF1FCF;
}
.TagClassName
{
border-color: #BF1FCF;
}
</style>