Shades of Deep Magenta #BF19C5
Tints of Deep Magenta #BF19C5
RGB
CMYK
RGB Variations
Color information
#BF19C5 (or 0xBF19C5) is known color: Deep Magenta. HEX triplet: BF, 19 and C5. RGB value is (191,25,197). Sum of RGB (Red+Green+Blue) = 191+25+197=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 197 (77.34% from 255 or 47.70% from 413); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF19C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF19C5 is #40E63A. Grayscale: #5D5D5D. Windows color (decimal): -4253243 or 12917183. OLE color: 12917183.
HSL color Cylindrical-coordinate representation of color #BF19C5: hue angle of 297.91º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF19C5 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 25 | 197 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.23 |
| HSL | 297.91º | 0.77% | 0.44% | - |
| HSV(B) | 297.91º | 0.87% | 0.77% | - |
| XYZ | 31.91 | 15.8 | 54.19 | - |
| YUV | 94.24 | 186 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 197 | 0.03 | 0.87 | 0 | 0.23 | 297.91 | 0.77 | 0.44 |
| Hex | BF | 19 | C5 | 3 | 57 | 0 | 17 | 12A | 4D | 2C |
| Octal | 277 | 31 | 305 | 3 | 127 | 0 | 27 | 452 | 115 | 54 |
| Binary | 10111111 | 11001 | 11000101 | 11 | 1010111 | 0 | 10111 | 100101010 | 1001101 | 101100 |
Color Harmonies of #BF19C5
Complementary color
Monochromatic Colors of #BF19C5
Black with #BF19C5
Text Example
Text Example
White with #BF19C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF19C5; }
p { color: rgb(191,25,197); }
H1.HeaderClassName
{
color: #BF19C5;
}
.AnyTagClassName
{
color: #BF19C5;
}
</style>
background-color css
<style>
a { background-color: #BF19C5; }
a { background-color: rgb(191,25,197); }
div.DivClassName
{
background-color: #BF19C5;
}
.BgClassName
{
background-color: #BF19C5;
}
</style>
border-color css
<style>
span { border-color: #BF19C5; }
span { border-color: rgb(191,25,197); }
td.TdClassName
{
border-color: #BF19C5;
}
.TagClassName
{
border-color: #BF19C5;
}
</style>