Shades of Deep Magenta #BF09C8
Tints of Deep Magenta #BF09C8
RGB
CMYK
RGB Variations
Color information
#BF09C8 (or 0xBF09C8) is known color: Deep Magenta. HEX triplet: BF, 09 and C8. RGB value is (191,9,200). Sum of RGB (Red+Green+Blue) = 191+9+200=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 200 (78.52% from 255 or 50% from 400); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF09C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF09C8 is #40F637. Grayscale: #545454. Windows color (decimal): -4257336 or 13109695. OLE color: 13109695.
HSL color Cylindrical-coordinate representation of color #BF09C8: hue angle of 297.17º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF09C8 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 9 | 200 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.22 |
| HSL | 297.17º | 0.91% | 0.41% | - |
| HSV(B) | 297.17º | 0.96% | 0.78% | - |
| XYZ | 32.01 | 15.44 | 55.94 | - |
| YUV | 85.19 | 192.8 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 200 | 0.04 | 0.96 | 0 | 0.22 | 297.17 | 0.91 | 0.41 |
| Hex | BF | 9 | C8 | 4 | 60 | 0 | 16 | 129 | 5B | 29 |
| Octal | 277 | 11 | 310 | 4 | 140 | 0 | 26 | 451 | 133 | 51 |
| Binary | 10111111 | 1001 | 11001000 | 100 | 1100000 | 0 | 10110 | 100101001 | 1011011 | 101001 |
Color Harmonies of #BF09C8
Complementary color
Monochromatic Colors of #BF09C8
Black with #BF09C8
Text Example
Text Example
White with #BF09C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF09C8; }
p { color: rgb(191,9,200); }
H1.HeaderClassName
{
color: #BF09C8;
}
.AnyTagClassName
{
color: #BF09C8;
}
</style>
background-color css
<style>
a { background-color: #BF09C8; }
a { background-color: rgb(191,9,200); }
div.DivClassName
{
background-color: #BF09C8;
}
.BgClassName
{
background-color: #BF09C8;
}
</style>
border-color css
<style>
span { border-color: #BF09C8; }
span { border-color: rgb(191,9,200); }
td.TdClassName
{
border-color: #BF09C8;
}
.TagClassName
{
border-color: #BF09C8;
}
</style>