Shades of Deep Magenta #BF1DD1
Tints of Deep Magenta #BF1DD1
RGB
CMYK
RGB Variations
Color information
#BF1DD1 (or 0xBF1DD1) is known color: Deep Magenta. HEX triplet: BF, 1D and D1. RGB value is (191,29,209). Sum of RGB (Red+Green+Blue) = 191+29+209=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF1DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1DD1 is #40E22E. Grayscale: #616161. Windows color (decimal): -4252207 or 13704639. OLE color: 13704639.
HSL color Cylindrical-coordinate representation of color #BF1DD1: hue angle of 294º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1DD1 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 29 | 209 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.18 |
| HSL | 294º | 0.76% | 0.47% | - |
| HSV(B) | 294º | 0.86% | 0.82% | - |
| XYZ | 33.43 | 16.56 | 61.76 | - |
| YUV | 97.96 | 190.67 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 29 | 209 | 0.09 | 0.86 | 0 | 0.18 | 294 | 0.76 | 0.47 |
| Hex | BF | 1D | D1 | 9 | 56 | 0 | 12 | 126 | 4C | 2F |
| Octal | 277 | 35 | 321 | 11 | 126 | 0 | 22 | 446 | 114 | 57 |
| Binary | 10111111 | 11101 | 11010001 | 1001 | 1010110 | 0 | 10010 | 100100110 | 1001100 | 101111 |
Color Harmonies of #BF1DD1
Complementary color
Monochromatic Colors of #BF1DD1
Black with #BF1DD1
Text Example
Text Example
White with #BF1DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1DD1; }
p { color: rgb(191,29,209); }
H1.HeaderClassName
{
color: #BF1DD1;
}
.AnyTagClassName
{
color: #BF1DD1;
}
</style>
background-color css
<style>
a { background-color: #BF1DD1; }
a { background-color: rgb(191,29,209); }
div.DivClassName
{
background-color: #BF1DD1;
}
.BgClassName
{
background-color: #BF1DD1;
}
</style>
border-color css
<style>
span { border-color: #BF1DD1; }
span { border-color: rgb(191,29,209); }
td.TdClassName
{
border-color: #BF1DD1;
}
.TagClassName
{
border-color: #BF1DD1;
}
</style>