Shades of Deep Magenta #BF18CF
Tints of Deep Magenta #BF18CF
RGB
CMYK
RGB Variations
Color information
#BF18CF (or 0xBF18CF) is known color: Deep Magenta. HEX triplet: BF, 18 and CF. RGB value is (191,24,207). Sum of RGB (Red+Green+Blue) = 191+24+207=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF18CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF18CF is #40E730. Grayscale: #5E5E5E. Windows color (decimal): -4253489 or 13572287. OLE color: 13572287.
HSL color Cylindrical-coordinate representation of color #BF18CF: hue angle of 294.75º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF18CF is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 24 | 207 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.19 |
| HSL | 294.75º | 0.79% | 0.45% | - |
| HSV(B) | 294.75º | 0.88% | 0.81% | - |
| XYZ | 33.07 | 16.23 | 60.42 | - |
| YUV | 94.8 | 191.33 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 207 | 0.08 | 0.88 | 0 | 0.19 | 294.75 | 0.79 | 0.45 |
| Hex | BF | 18 | CF | 8 | 58 | 0 | 13 | 127 | 4F | 2D |
| Octal | 277 | 30 | 317 | 10 | 130 | 0 | 23 | 447 | 117 | 55 |
| Binary | 10111111 | 11000 | 11001111 | 1000 | 1011000 | 0 | 10011 | 100100111 | 1001111 | 101101 |
Color Harmonies of #BF18CF
Complementary color
Monochromatic Colors of #BF18CF
Black with #BF18CF
Text Example
Text Example
White with #BF18CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF18CF; }
p { color: rgb(191,24,207); }
H1.HeaderClassName
{
color: #BF18CF;
}
.AnyTagClassName
{
color: #BF18CF;
}
</style>
background-color css
<style>
a { background-color: #BF18CF; }
a { background-color: rgb(191,24,207); }
div.DivClassName
{
background-color: #BF18CF;
}
.BgClassName
{
background-color: #BF18CF;
}
</style>
border-color css
<style>
span { border-color: #BF18CF; }
span { border-color: rgb(191,24,207); }
td.TdClassName
{
border-color: #BF18CF;
}
.TagClassName
{
border-color: #BF18CF;
}
</style>