Shades of Deep Magenta #BF10CC
Tints of Deep Magenta #BF10CC
RGB
CMYK
RGB Variations
Color information
#BF10CC (or 0xBF10CC) is known color: Deep Magenta. HEX triplet: BF, 10 and CC. RGB value is (191,16,204). Sum of RGB (Red+Green+Blue) = 191+16+204=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF10CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF10CC is #40EF33. Grayscale: #595959. Windows color (decimal): -4255540 or 13373631. OLE color: 13373631.
HSL color Cylindrical-coordinate representation of color #BF10CC: hue angle of 295.85º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF10CC is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 16 | 204 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.2 |
| HSL | 295.85º | 0.85% | 0.43% | - |
| HSV(B) | 295.85º | 0.92% | 0.8% | - |
| XYZ | 32.57 | 15.81 | 58.46 | - |
| YUV | 89.76 | 192.48 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 204 | 0.06 | 0.92 | 0 | 0.2 | 295.85 | 0.85 | 0.43 |
| Hex | BF | 10 | CC | 6 | 5C | 0 | 14 | 128 | 55 | 2B |
| Octal | 277 | 20 | 314 | 6 | 134 | 0 | 24 | 450 | 125 | 53 |
| Binary | 10111111 | 10000 | 11001100 | 110 | 1011100 | 0 | 10100 | 100101000 | 1010101 | 101011 |
Color Harmonies of #BF10CC
Complementary color
Monochromatic Colors of #BF10CC
Black with #BF10CC
Text Example
Text Example
White with #BF10CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF10CC; }
p { color: rgb(191,16,204); }
H1.HeaderClassName
{
color: #BF10CC;
}
.AnyTagClassName
{
color: #BF10CC;
}
</style>
background-color css
<style>
a { background-color: #BF10CC; }
a { background-color: rgb(191,16,204); }
div.DivClassName
{
background-color: #BF10CC;
}
.BgClassName
{
background-color: #BF10CC;
}
</style>
border-color css
<style>
span { border-color: #BF10CC; }
span { border-color: rgb(191,16,204); }
td.TdClassName
{
border-color: #BF10CC;
}
.TagClassName
{
border-color: #BF10CC;
}
</style>