Shades of Deep Magenta #BF1CCC
Tints of Deep Magenta #BF1CCC
RGB
CMYK
RGB Variations
Color information
#BF1CCC (or 0xBF1CCC) is known color: Deep Magenta. HEX triplet: BF, 1C and CC. RGB value is (191,28,204). Sum of RGB (Red+Green+Blue) = 191+28+204=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF1CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1CCC is #40E333. Grayscale: #606060. Windows color (decimal): -4252468 or 13376703. OLE color: 13376703.
HSL color Cylindrical-coordinate representation of color #BF1CCC: hue angle of 295.57º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1CCC is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 28 | 204 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.2 |
| HSL | 295.57º | 0.76% | 0.45% | - |
| HSV(B) | 295.57º | 0.86% | 0.8% | - |
| XYZ | 32.8 | 16.27 | 58.54 | - |
| YUV | 96.8 | 188.5 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 28 | 204 | 0.06 | 0.86 | 0 | 0.2 | 295.57 | 0.76 | 0.45 |
| Hex | BF | 1C | CC | 6 | 56 | 0 | 14 | 128 | 4C | 2D |
| Octal | 277 | 34 | 314 | 6 | 126 | 0 | 24 | 450 | 114 | 55 |
| Binary | 10111111 | 11100 | 11001100 | 110 | 1010110 | 0 | 10100 | 100101000 | 1001100 | 101101 |
Color Harmonies of #BF1CCC
Complementary color
Monochromatic Colors of #BF1CCC
Black with #BF1CCC
Text Example
Text Example
White with #BF1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1CCC; }
p { color: rgb(191,28,204); }
H1.HeaderClassName
{
color: #BF1CCC;
}
.AnyTagClassName
{
color: #BF1CCC;
}
</style>
background-color css
<style>
a { background-color: #BF1CCC; }
a { background-color: rgb(191,28,204); }
div.DivClassName
{
background-color: #BF1CCC;
}
.BgClassName
{
background-color: #BF1CCC;
}
</style>
border-color css
<style>
span { border-color: #BF1CCC; }
span { border-color: rgb(191,28,204); }
td.TdClassName
{
border-color: #BF1CCC;
}
.TagClassName
{
border-color: #BF1CCC;
}
</style>