Shades of Deep Magenta #BF1CC6
Tints of Deep Magenta #BF1CC6
RGB
CMYK
RGB Variations
Color information
#BF1CC6 (or 0xBF1CC6) is known color: Deep Magenta. HEX triplet: BF, 1C and C6. RGB value is (191,28,198). Sum of RGB (Red+Green+Blue) = 191+28+198=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF1CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1CC6 is #40E339. Grayscale: #5F5F5F. Windows color (decimal): -4252474 or 12983487. OLE color: 12983487.
HSL color Cylindrical-coordinate representation of color #BF1CC6: hue angle of 297.53º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1CC6 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 28 | 198 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.22 |
| HSL | 297.53º | 0.75% | 0.44% | - |
| HSV(B) | 297.53º | 0.86% | 0.78% | - |
| XYZ | 32.09 | 15.98 | 54.82 | - |
| YUV | 96.12 | 185.5 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 28 | 198 | 0.04 | 0.86 | 0 | 0.22 | 297.53 | 0.75 | 0.44 |
| Hex | BF | 1C | C6 | 4 | 56 | 0 | 16 | 12A | 4B | 2C |
| Octal | 277 | 34 | 306 | 4 | 126 | 0 | 26 | 452 | 113 | 54 |
| Binary | 10111111 | 11100 | 11000110 | 100 | 1010110 | 0 | 10110 | 100101010 | 1001011 | 101100 |
Color Harmonies of #BF1CC6
Complementary color
Monochromatic Colors of #BF1CC6
Black with #BF1CC6
Text Example
Text Example
White with #BF1CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1CC6; }
p { color: rgb(191,28,198); }
H1.HeaderClassName
{
color: #BF1CC6;
}
.AnyTagClassName
{
color: #BF1CC6;
}
</style>
background-color css
<style>
a { background-color: #BF1CC6; }
a { background-color: rgb(191,28,198); }
div.DivClassName
{
background-color: #BF1CC6;
}
.BgClassName
{
background-color: #BF1CC6;
}
</style>
border-color css
<style>
span { border-color: #BF1CC6; }
span { border-color: rgb(191,28,198); }
td.TdClassName
{
border-color: #BF1CC6;
}
.TagClassName
{
border-color: #BF1CC6;
}
</style>