Shades of Deep Magenta #BF11CC
Tints of Deep Magenta #BF11CC
RGB
CMYK
RGB Variations
Color information
#BF11CC (or 0xBF11CC) is known color: Deep Magenta. HEX triplet: BF, 11 and CC. RGB value is (191,17,204). Sum of RGB (Red+Green+Blue) = 191+17+204=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF11CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF11CC is #40EE33. Grayscale: #595959. Windows color (decimal): -4255284 or 13373887. OLE color: 13373887.
HSL color Cylindrical-coordinate representation of color #BF11CC: hue angle of 295.83º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF11CC is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 17 | 204 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.2 |
| HSL | 295.83º | 0.85% | 0.43% | - |
| HSV(B) | 295.83º | 0.92% | 0.8% | - |
| XYZ | 32.59 | 15.84 | 58.47 | - |
| YUV | 90.34 | 192.15 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 204 | 0.06 | 0.92 | 0 | 0.2 | 295.83 | 0.85 | 0.43 |
| Hex | BF | 11 | CC | 6 | 5C | 0 | 14 | 128 | 55 | 2B |
| Octal | 277 | 21 | 314 | 6 | 134 | 0 | 24 | 450 | 125 | 53 |
| Binary | 10111111 | 10001 | 11001100 | 110 | 1011100 | 0 | 10100 | 100101000 | 1010101 | 101011 |
Color Harmonies of #BF11CC
Complementary color
Monochromatic Colors of #BF11CC
Black with #BF11CC
Text Example
Text Example
White with #BF11CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF11CC; }
p { color: rgb(191,17,204); }
H1.HeaderClassName
{
color: #BF11CC;
}
.AnyTagClassName
{
color: #BF11CC;
}
</style>
background-color css
<style>
a { background-color: #BF11CC; }
a { background-color: rgb(191,17,204); }
div.DivClassName
{
background-color: #BF11CC;
}
.BgClassName
{
background-color: #BF11CC;
}
</style>
border-color css
<style>
span { border-color: #BF11CC; }
span { border-color: rgb(191,17,204); }
td.TdClassName
{
border-color: #BF11CC;
}
.TagClassName
{
border-color: #BF11CC;
}
</style>