Shades of Deep Magenta #BF28CC
Tints of Deep Magenta #BF28CC
RGB
CMYK
RGB Variations
Color information
#BF28CC (or 0xBF28CC) is known color: Deep Magenta. HEX triplet: BF, 28 and CC. RGB value is (191,40,204). Sum of RGB (Red+Green+Blue) = 191+40+204=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF28CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28CC is #40D733. Grayscale: #676767. Windows color (decimal): -4249396 or 13379775. OLE color: 13379775.
HSL color Cylindrical-coordinate representation of color #BF28CC: hue angle of 295.24º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF28CC is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 40 | 204 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.2 |
| HSL | 295.24º | 0.67% | 0.48% | - |
| HSV(B) | 295.24º | 0.8% | 0.8% | - |
| XYZ | 33.14 | 16.95 | 58.65 | - |
| YUV | 103.85 | 184.53 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 204 | 0.06 | 0.80 | 0 | 0.2 | 295.24 | 0.67 | 0.48 |
| Hex | BF | 28 | CC | 6 | 50 | 0 | 14 | 127 | 43 | 30 |
| Octal | 277 | 50 | 314 | 6 | 120 | 0 | 24 | 447 | 103 | 60 |
| Binary | 10111111 | 101000 | 11001100 | 110 | 1010000 | 0 | 10100 | 100100111 | 1000011 | 110000 |
Color Harmonies of #BF28CC
Complementary color
Monochromatic Colors of #BF28CC
Black with #BF28CC
Text Example
Text Example
White with #BF28CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF28CC; }
p { color: rgb(191,40,204); }
H1.HeaderClassName
{
color: #BF28CC;
}
.AnyTagClassName
{
color: #BF28CC;
}
</style>
background-color css
<style>
a { background-color: #BF28CC; }
a { background-color: rgb(191,40,204); }
div.DivClassName
{
background-color: #BF28CC;
}
.BgClassName
{
background-color: #BF28CC;
}
</style>
border-color css
<style>
span { border-color: #BF28CC; }
span { border-color: rgb(191,40,204); }
td.TdClassName
{
border-color: #BF28CC;
}
.TagClassName
{
border-color: #BF28CC;
}
</style>