Shades of Deep Magenta #BF01C6
Tints of Deep Magenta #BF01C6
RGB
CMYK
RGB Variations
Color information
#BF01C6 (or 0xBF01C6) is known color: Deep Magenta. HEX triplet: BF, 01 and C6. RGB value is (191,1,198). Sum of RGB (Red+Green+Blue) = 191+1+198=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF01C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF01C6 is #40FE39. Grayscale: #4F4F4F. Windows color (decimal): -4259386 or 12976575. OLE color: 12976575.
HSL color Cylindrical-coordinate representation of color #BF01C6: hue angle of 297.87º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF01C6 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 1 | 198 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.22 |
| HSL | 297.87º | 0.99% | 0.39% | - |
| HSV(B) | 297.87º | 0.99% | 0.78% | - |
| XYZ | 31.69 | 15.18 | 54.68 | - |
| YUV | 80.27 | 194.45 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 198 | 0.04 | 0.99 | 0 | 0.22 | 297.87 | 0.99 | 0.39 |
| Hex | BF | 1 | C6 | 4 | 63 | 0 | 16 | 12A | 63 | 27 |
| Octal | 277 | 1 | 306 | 4 | 143 | 0 | 26 | 452 | 143 | 47 |
| Binary | 10111111 | 1 | 11000110 | 100 | 1100011 | 0 | 10110 | 100101010 | 1100011 | 100111 |
Color Harmonies of #BF01C6
Complementary color
Monochromatic Colors of #BF01C6
Black with #BF01C6
Text Example
Text Example
White with #BF01C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF01C6; }
p { color: rgb(191,1,198); }
H1.HeaderClassName
{
color: #BF01C6;
}
.AnyTagClassName
{
color: #BF01C6;
}
</style>
background-color css
<style>
a { background-color: #BF01C6; }
a { background-color: rgb(191,1,198); }
div.DivClassName
{
background-color: #BF01C6;
}
.BgClassName
{
background-color: #BF01C6;
}
</style>
border-color css
<style>
span { border-color: #BF01C6; }
span { border-color: rgb(191,1,198); }
td.TdClassName
{
border-color: #BF01C6;
}
.TagClassName
{
border-color: #BF01C6;
}
</style>