Shades of Deep Magenta #BF1CAC
Tints of Deep Magenta #BF1CAC
RGB
CMYK
RGB Variations
Color information
#BF1CAC (or 0xBF1CAC) is known color: Deep Magenta. HEX triplet: BF, 1C and AC. RGB value is (191,28,172). Sum of RGB (Red+Green+Blue) = 191+28+172=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1CAC is #40E353. Grayscale: #5C5C5C. Windows color (decimal): -4252500 or 11279551. OLE color: 11279551.
HSL color Cylindrical-coordinate representation of color #BF1CAC: hue angle of 306.99º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1CAC is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 28 | 172 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.25 |
| HSL | 306.99º | 0.74% | 0.43% | - |
| HSV(B) | 306.99º | 0.85% | 0.75% | - |
| XYZ | 29.35 | 14.89 | 40.36 | - |
| YUV | 93.15 | 172.5 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 28 | 172 | 0 | 0.85 | 0.10 | 0.25 | 306.99 | 0.74 | 0.43 |
| Hex | BF | 1C | AC | 0 | 55 | A | 19 | 133 | 4A | 2B |
| Octal | 277 | 34 | 254 | 0 | 125 | 12 | 31 | 463 | 112 | 53 |
| Binary | 10111111 | 11100 | 10101100 | 0 | 1010101 | 1010 | 11001 | 100110011 | 1001010 | 101011 |
Color Harmonies of #BF1CAC
Complementary color
Monochromatic Colors of #BF1CAC
Black with #BF1CAC
Text Example
Text Example
White with #BF1CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1CAC; }
p { color: rgb(191,28,172); }
H1.HeaderClassName
{
color: #BF1CAC;
}
.AnyTagClassName
{
color: #BF1CAC;
}
</style>
background-color css
<style>
a { background-color: #BF1CAC; }
a { background-color: rgb(191,28,172); }
div.DivClassName
{
background-color: #BF1CAC;
}
.BgClassName
{
background-color: #BF1CAC;
}
</style>
border-color css
<style>
span { border-color: #BF1CAC; }
span { border-color: rgb(191,28,172); }
td.TdClassName
{
border-color: #BF1CAC;
}
.TagClassName
{
border-color: #BF1CAC;
}
</style>