Shades of Deep Magenta #BF03D1
Tints of Deep Magenta #BF03D1
RGB
CMYK
RGB Variations
Color information
#BF03D1 (or 0xBF03D1) is known color: Deep Magenta. HEX triplet: BF, 03 and D1. RGB value is (191,3,209). Sum of RGB (Red+Green+Blue) = 191+3+209=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 209 (82.03% from 255 or 51.86% from 403); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF03D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF03D1 is #40FC2E. Grayscale: #525252. Windows color (decimal): -4258863 or 13697983. OLE color: 13697983.
HSL color Cylindrical-coordinate representation of color #BF03D1: hue angle of 294.76º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF03D1 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 3 | 209 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.18 |
| HSL | 294.76º | 0.97% | 0.42% | - |
| HSV(B) | 294.76º | 0.99% | 0.82% | - |
| XYZ | 33.03 | 15.74 | 61.62 | - |
| YUV | 82.7 | 199.28 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 209 | 0.09 | 0.99 | 0 | 0.18 | 294.76 | 0.97 | 0.42 |
| Hex | BF | 3 | D1 | 9 | 63 | 0 | 12 | 127 | 61 | 2A |
| Octal | 277 | 3 | 321 | 11 | 143 | 0 | 22 | 447 | 141 | 52 |
| Binary | 10111111 | 11 | 11010001 | 1001 | 1100011 | 0 | 10010 | 100100111 | 1100001 | 101010 |
Color Harmonies of #BF03D1
Complementary color
Monochromatic Colors of #BF03D1
Black with #BF03D1
Text Example
Text Example
White with #BF03D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF03D1; }
p { color: rgb(191,3,209); }
H1.HeaderClassName
{
color: #BF03D1;
}
.AnyTagClassName
{
color: #BF03D1;
}
</style>
background-color css
<style>
a { background-color: #BF03D1; }
a { background-color: rgb(191,3,209); }
div.DivClassName
{
background-color: #BF03D1;
}
.BgClassName
{
background-color: #BF03D1;
}
</style>
border-color css
<style>
span { border-color: #BF03D1; }
span { border-color: rgb(191,3,209); }
td.TdClassName
{
border-color: #BF03D1;
}
.TagClassName
{
border-color: #BF03D1;
}
</style>