Shades of Deep Magenta #BF01CA
Tints of Deep Magenta #BF01CA
RGB
CMYK
RGB Variations
Color information
#BF01CA (or 0xBF01CA) is known color: Deep Magenta. HEX triplet: BF, 01 and CA. RGB value is (191,1,202). Sum of RGB (Red+Green+Blue) = 191+1+202=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF01CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF01CA is #40FE35. Grayscale: #505050. Windows color (decimal): -4259382 or 13238719. OLE color: 13238719.
HSL color Cylindrical-coordinate representation of color #BF01CA: hue angle of 296.72º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF01CA is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 1 | 202 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.21 |
| HSL | 296.72º | 0.99% | 0.4% | - |
| HSV(B) | 296.72º | 1% | 0.79% | - |
| XYZ | 32.16 | 15.36 | 57.15 | - |
| YUV | 80.72 | 196.45 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 202 | 0.05 | 1.00 | 0 | 0.21 | 296.72 | 0.99 | 0.4 |
| Hex | BF | 1 | CA | 5 | 64 | 0 | 15 | 129 | 63 | 28 |
| Octal | 277 | 1 | 312 | 5 | 144 | 0 | 25 | 451 | 143 | 50 |
| Binary | 10111111 | 1 | 11001010 | 101 | 1100100 | 0 | 10101 | 100101001 | 1100011 | 101000 |
Color Harmonies of #BF01CA
Complementary color
Monochromatic Colors of #BF01CA
Black with #BF01CA
Text Example
Text Example
White with #BF01CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF01CA; }
p { color: rgb(191,1,202); }
H1.HeaderClassName
{
color: #BF01CA;
}
.AnyTagClassName
{
color: #BF01CA;
}
</style>
background-color css
<style>
a { background-color: #BF01CA; }
a { background-color: rgb(191,1,202); }
div.DivClassName
{
background-color: #BF01CA;
}
.BgClassName
{
background-color: #BF01CA;
}
</style>
border-color css
<style>
span { border-color: #BF01CA; }
span { border-color: rgb(191,1,202); }
td.TdClassName
{
border-color: #BF01CA;
}
.TagClassName
{
border-color: #BF01CA;
}
</style>