Shades of Deep Magenta #BF1CC8
Tints of Deep Magenta #BF1CC8
RGB
CMYK
RGB Variations
Color information
#BF1CC8 (or 0xBF1CC8) is known color: Deep Magenta. HEX triplet: BF, 1C and C8. RGB value is (191,28,200). Sum of RGB (Red+Green+Blue) = 191+28+200=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF1CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1CC8 is #40E337. Grayscale: #5F5F5F. Windows color (decimal): -4252472 or 13114559. OLE color: 13114559.
HSL color Cylindrical-coordinate representation of color #BF1CC8: hue angle of 296.86º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1CC8 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 28 | 200 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.22 |
| HSL | 296.86º | 0.75% | 0.45% | - |
| HSV(B) | 296.86º | 0.86% | 0.78% | - |
| XYZ | 32.33 | 16.08 | 56.04 | - |
| YUV | 96.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 28 | 200 | 0.04 | 0.86 | 0 | 0.22 | 296.86 | 0.75 | 0.45 |
| Hex | BF | 1C | C8 | 4 | 56 | 0 | 16 | 129 | 4B | 2D |
| Octal | 277 | 34 | 310 | 4 | 126 | 0 | 26 | 451 | 113 | 55 |
| Binary | 10111111 | 11100 | 11001000 | 100 | 1010110 | 0 | 10110 | 100101001 | 1001011 | 101101 |
Color Harmonies of #BF1CC8
Complementary color
Monochromatic Colors of #BF1CC8
Black with #BF1CC8
Text Example
Text Example
White with #BF1CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1CC8; }
p { color: rgb(191,28,200); }
H1.HeaderClassName
{
color: #BF1CC8;
}
.AnyTagClassName
{
color: #BF1CC8;
}
</style>
background-color css
<style>
a { background-color: #BF1CC8; }
a { background-color: rgb(191,28,200); }
div.DivClassName
{
background-color: #BF1CC8;
}
.BgClassName
{
background-color: #BF1CC8;
}
</style>
border-color css
<style>
span { border-color: #BF1CC8; }
span { border-color: rgb(191,28,200); }
td.TdClassName
{
border-color: #BF1CC8;
}
.TagClassName
{
border-color: #BF1CC8;
}
</style>