Shades of Deep Magenta #BF28C1
Tints of Deep Magenta #BF28C1
RGB
CMYK
RGB Variations
Color information
#BF28C1 (or 0xBF28C1) is known color: Deep Magenta. HEX triplet: BF, 28 and C1. RGB value is (191,40,193). Sum of RGB (Red+Green+Blue) = 191+40+193=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF28C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28C1 is #40D73E. Grayscale: #666666. Windows color (decimal): -4249407 or 12658879. OLE color: 12658879.
HSL color Cylindrical-coordinate representation of color #BF28C1: hue angle of 299.22º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF28C1 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 40 | 193 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.24 |
| HSL | 299.22º | 0.66% | 0.46% | - |
| HSV(B) | 299.22º | 0.79% | 0.76% | - |
| XYZ | 31.87 | 16.44 | 51.95 | - |
| YUV | 102.59 | 179.03 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 193 | 0.01 | 0.79 | 0 | 0.24 | 299.22 | 0.66 | 0.46 |
| Hex | BF | 28 | C1 | 1 | 4F | 0 | 18 | 12B | 42 | 2E |
| Octal | 277 | 50 | 301 | 1 | 117 | 0 | 30 | 453 | 102 | 56 |
| Binary | 10111111 | 101000 | 11000001 | 1 | 1001111 | 0 | 11000 | 100101011 | 1000010 | 101110 |
Color Harmonies of #BF28C1
Complementary color
Monochromatic Colors of #BF28C1
Black with #BF28C1
Text Example
Text Example
White with #BF28C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF28C1; }
p { color: rgb(191,40,193); }
H1.HeaderClassName
{
color: #BF28C1;
}
.AnyTagClassName
{
color: #BF28C1;
}
</style>
background-color css
<style>
a { background-color: #BF28C1; }
a { background-color: rgb(191,40,193); }
div.DivClassName
{
background-color: #BF28C1;
}
.BgClassName
{
background-color: #BF28C1;
}
</style>
border-color css
<style>
span { border-color: #BF28C1; }
span { border-color: rgb(191,40,193); }
td.TdClassName
{
border-color: #BF28C1;
}
.TagClassName
{
border-color: #BF28C1;
}
</style>