Shades of Deep Magenta #BF09C5
Tints of Deep Magenta #BF09C5
RGB
CMYK
RGB Variations
Color information
#BF09C5 (or 0xBF09C5) is known color: Deep Magenta. HEX triplet: BF, 09 and C5. RGB value is (191,9,197). Sum of RGB (Red+Green+Blue) = 191+9+197=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 197 (77.34% from 255 or 49.62% from 397); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF09C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF09C5 is #40F63A. Grayscale: #545454. Windows color (decimal): -4257339 or 12913087. OLE color: 12913087.
HSL color Cylindrical-coordinate representation of color #BF09C5: hue angle of 298.09º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF09C5 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 9 | 197 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.23 |
| HSL | 298.09º | 0.91% | 0.4% | - |
| HSV(B) | 298.09º | 0.95% | 0.77% | - |
| XYZ | 31.66 | 15.3 | 54.11 | - |
| YUV | 84.85 | 191.3 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 197 | 0.03 | 0.95 | 0 | 0.23 | 298.09 | 0.91 | 0.4 |
| Hex | BF | 9 | C5 | 3 | 5F | 0 | 17 | 12A | 5B | 28 |
| Octal | 277 | 11 | 305 | 3 | 137 | 0 | 27 | 452 | 133 | 50 |
| Binary | 10111111 | 1001 | 11000101 | 11 | 1011111 | 0 | 10111 | 100101010 | 1011011 | 101000 |
Color Harmonies of #BF09C5
Complementary color
Monochromatic Colors of #BF09C5
Black with #BF09C5
Text Example
Text Example
White with #BF09C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF09C5; }
p { color: rgb(191,9,197); }
H1.HeaderClassName
{
color: #BF09C5;
}
.AnyTagClassName
{
color: #BF09C5;
}
</style>
background-color css
<style>
a { background-color: #BF09C5; }
a { background-color: rgb(191,9,197); }
div.DivClassName
{
background-color: #BF09C5;
}
.BgClassName
{
background-color: #BF09C5;
}
</style>
border-color css
<style>
span { border-color: #BF09C5; }
span { border-color: rgb(191,9,197); }
td.TdClassName
{
border-color: #BF09C5;
}
.TagClassName
{
border-color: #BF09C5;
}
</style>