Shades of Deep Magenta #BF09C0
Tints of Deep Magenta #BF09C0
RGB
CMYK
RGB Variations
Color information
#BF09C0 (or 0xBF09C0) is known color: Deep Magenta. HEX triplet: BF, 09 and C0. RGB value is (191,9,192). Sum of RGB (Red+Green+Blue) = 191+9+192=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF09C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF09C0 is #40F63F. Grayscale: #535353. Windows color (decimal): -4257344 or 12585407. OLE color: 12585407.
HSL color Cylindrical-coordinate representation of color #BF09C0: hue angle of 299.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF09C0 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 9 | 192 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.25 |
| HSL | 299.67º | 0.91% | 0.39% | - |
| HSV(B) | 299.67º | 0.95% | 0.75% | - |
| XYZ | 31.1 | 15.08 | 51.14 | - |
| YUV | 84.28 | 188.8 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 192 | 0.01 | 0.95 | 0 | 0.25 | 299.67 | 0.91 | 0.39 |
| Hex | BF | 9 | C0 | 1 | 5F | 0 | 19 | 12C | 5B | 27 |
| Octal | 277 | 11 | 300 | 1 | 137 | 0 | 31 | 454 | 133 | 47 |
| Binary | 10111111 | 1001 | 11000000 | 1 | 1011111 | 0 | 11001 | 100101100 | 1011011 | 100111 |
Color Harmonies of #BF09C0
Complementary color
Monochromatic Colors of #BF09C0
Black with #BF09C0
Text Example
Text Example
White with #BF09C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF09C0; }
p { color: rgb(191,9,192); }
H1.HeaderClassName
{
color: #BF09C0;
}
.AnyTagClassName
{
color: #BF09C0;
}
</style>
background-color css
<style>
a { background-color: #BF09C0; }
a { background-color: rgb(191,9,192); }
div.DivClassName
{
background-color: #BF09C0;
}
.BgClassName
{
background-color: #BF09C0;
}
</style>
border-color css
<style>
span { border-color: #BF09C0; }
span { border-color: rgb(191,9,192); }
td.TdClassName
{
border-color: #BF09C0;
}
.TagClassName
{
border-color: #BF09C0;
}
</style>