Shades of Deep Magenta #BF09CC
Tints of Deep Magenta #BF09CC
RGB
CMYK
RGB Variations
Color information
#BF09CC (or 0xBF09CC) is known color: Deep Magenta. HEX triplet: BF, 09 and CC. RGB value is (191,9,204). Sum of RGB (Red+Green+Blue) = 191+9+204=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF09CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF09CC is #40F633. Grayscale: #555555. Windows color (decimal): -4257332 or 13371839. OLE color: 13371839.
HSL color Cylindrical-coordinate representation of color #BF09CC: hue angle of 296º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF09CC is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 9 | 204 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.2 |
| HSL | 296º | 0.92% | 0.42% | - |
| HSV(B) | 296º | 0.96% | 0.8% | - |
| XYZ | 32.48 | 15.63 | 58.43 | - |
| YUV | 85.65 | 194.8 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 204 | 0.06 | 0.96 | 0 | 0.2 | 296 | 0.92 | 0.42 |
| Hex | BF | 9 | CC | 6 | 60 | 0 | 14 | 128 | 5C | 2A |
| Octal | 277 | 11 | 314 | 6 | 140 | 0 | 24 | 450 | 134 | 52 |
| Binary | 10111111 | 1001 | 11001100 | 110 | 1100000 | 0 | 10100 | 100101000 | 1011100 | 101010 |
Color Harmonies of #BF09CC
Complementary color
Monochromatic Colors of #BF09CC
Black with #BF09CC
Text Example
Text Example
White with #BF09CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF09CC; }
p { color: rgb(191,9,204); }
H1.HeaderClassName
{
color: #BF09CC;
}
.AnyTagClassName
{
color: #BF09CC;
}
</style>
background-color css
<style>
a { background-color: #BF09CC; }
a { background-color: rgb(191,9,204); }
div.DivClassName
{
background-color: #BF09CC;
}
.BgClassName
{
background-color: #BF09CC;
}
</style>
border-color css
<style>
span { border-color: #BF09CC; }
span { border-color: rgb(191,9,204); }
td.TdClassName
{
border-color: #BF09CC;
}
.TagClassName
{
border-color: #BF09CC;
}
</style>