Shades of Deep Magenta #BF0DC9
Tints of Deep Magenta #BF0DC9
RGB
CMYK
RGB Variations
Color information
#BF0DC9 (or 0xBF0DC9) is known color: Deep Magenta. HEX triplet: BF, 0D and C9. RGB value is (191,13,201). Sum of RGB (Red+Green+Blue) = 191+13+201=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF0DC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0DC9 is #40F236. Grayscale: #575757. Windows color (decimal): -4256311 or 13176255. OLE color: 13176255.
HSL color Cylindrical-coordinate representation of color #BF0DC9: hue angle of 296.81º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0DC9 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 13 | 201 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.21 |
| HSL | 296.81º | 0.88% | 0.42% | - |
| HSV(B) | 296.81º | 0.94% | 0.79% | - |
| XYZ | 32.17 | 15.58 | 56.57 | - |
| YUV | 87.65 | 191.97 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 201 | 0.05 | 0.94 | 0 | 0.21 | 296.81 | 0.88 | 0.42 |
| Hex | BF | D | C9 | 5 | 5E | 0 | 15 | 129 | 58 | 2A |
| Octal | 277 | 15 | 311 | 5 | 136 | 0 | 25 | 451 | 130 | 52 |
| Binary | 10111111 | 1101 | 11001001 | 101 | 1011110 | 0 | 10101 | 100101001 | 1011000 | 101010 |
Color Harmonies of #BF0DC9
Complementary color
Monochromatic Colors of #BF0DC9
Black with #BF0DC9
Text Example
Text Example
White with #BF0DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DC9; }
p { color: rgb(191,13,201); }
H1.HeaderClassName
{
color: #BF0DC9;
}
.AnyTagClassName
{
color: #BF0DC9;
}
</style>
background-color css
<style>
a { background-color: #BF0DC9; }
a { background-color: rgb(191,13,201); }
div.DivClassName
{
background-color: #BF0DC9;
}
.BgClassName
{
background-color: #BF0DC9;
}
</style>
border-color css
<style>
span { border-color: #BF0DC9; }
span { border-color: rgb(191,13,201); }
td.TdClassName
{
border-color: #BF0DC9;
}
.TagClassName
{
border-color: #BF0DC9;
}
</style>