Shades of Deep Magenta #BF07C2
Tints of Deep Magenta #BF07C2
RGB
CMYK
RGB Variations
Color information
#BF07C2 (or 0xBF07C2) is known color: Deep Magenta. HEX triplet: BF, 07 and C2. RGB value is (191,7,194). Sum of RGB (Red+Green+Blue) = 191+7+194=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 194 (76.17% from 255 or 49.49% from 392); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF07C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF07C2 is #40F83D. Grayscale: #525252. Windows color (decimal): -4257854 or 12715967. OLE color: 12715967.
HSL color Cylindrical-coordinate representation of color #BF07C2: hue angle of 299.04º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF07C2 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 7 | 194 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.24 |
| HSL | 299.04º | 0.93% | 0.39% | - |
| HSV(B) | 299.04º | 0.96% | 0.76% | - |
| XYZ | 31.3 | 15.12 | 52.31 | - |
| YUV | 83.33 | 190.46 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 194 | 0.02 | 0.96 | 0 | 0.24 | 299.04 | 0.93 | 0.39 |
| Hex | BF | 7 | C2 | 2 | 60 | 0 | 18 | 12B | 5D | 27 |
| Octal | 277 | 7 | 302 | 2 | 140 | 0 | 30 | 453 | 135 | 47 |
| Binary | 10111111 | 111 | 11000010 | 10 | 1100000 | 0 | 11000 | 100101011 | 1011101 | 100111 |
Color Harmonies of #BF07C2
Complementary color
Monochromatic Colors of #BF07C2
Black with #BF07C2
Text Example
Text Example
White with #BF07C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF07C2; }
p { color: rgb(191,7,194); }
H1.HeaderClassName
{
color: #BF07C2;
}
.AnyTagClassName
{
color: #BF07C2;
}
</style>
background-color css
<style>
a { background-color: #BF07C2; }
a { background-color: rgb(191,7,194); }
div.DivClassName
{
background-color: #BF07C2;
}
.BgClassName
{
background-color: #BF07C2;
}
</style>
border-color css
<style>
span { border-color: #BF07C2; }
span { border-color: rgb(191,7,194); }
td.TdClassName
{
border-color: #BF07C2;
}
.TagClassName
{
border-color: #BF07C2;
}
</style>