Shades of Deep Magenta #BF19C2
Tints of Deep Magenta #BF19C2
RGB
CMYK
RGB Variations
Color information
#BF19C2 (or 0xBF19C2) is known color: Deep Magenta. HEX triplet: BF, 19 and C2. RGB value is (191,25,194). Sum of RGB (Red+Green+Blue) = 191+25+194=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 194 (76.17% from 255 or 47.32% from 410); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF19C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF19C2 is #40E63D. Grayscale: #5D5D5D. Windows color (decimal): -4253246 or 12720575. OLE color: 12720575.
HSL color Cylindrical-coordinate representation of color #BF19C2: hue angle of 298.93º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF19C2 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 25 | 194 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.24 |
| HSL | 298.93º | 0.77% | 0.43% | - |
| HSV(B) | 298.93º | 0.87% | 0.76% | - |
| XYZ | 31.57 | 15.67 | 52.4 | - |
| YUV | 93.9 | 184.5 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 194 | 0.02 | 0.87 | 0 | 0.24 | 298.93 | 0.77 | 0.43 |
| Hex | BF | 19 | C2 | 2 | 57 | 0 | 18 | 12B | 4D | 2B |
| Octal | 277 | 31 | 302 | 2 | 127 | 0 | 30 | 453 | 115 | 53 |
| Binary | 10111111 | 11001 | 11000010 | 10 | 1010111 | 0 | 11000 | 100101011 | 1001101 | 101011 |
Color Harmonies of #BF19C2
Complementary color
Monochromatic Colors of #BF19C2
Black with #BF19C2
Text Example
Text Example
White with #BF19C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF19C2; }
p { color: rgb(191,25,194); }
H1.HeaderClassName
{
color: #BF19C2;
}
.AnyTagClassName
{
color: #BF19C2;
}
</style>
background-color css
<style>
a { background-color: #BF19C2; }
a { background-color: rgb(191,25,194); }
div.DivClassName
{
background-color: #BF19C2;
}
.BgClassName
{
background-color: #BF19C2;
}
</style>
border-color css
<style>
span { border-color: #BF19C2; }
span { border-color: rgb(191,25,194); }
td.TdClassName
{
border-color: #BF19C2;
}
.TagClassName
{
border-color: #BF19C2;
}
</style>