Shades of Deep Magenta #BF01C4
Tints of Deep Magenta #BF01C4
RGB
CMYK
RGB Variations
Color information
#BF01C4 (or 0xBF01C4) is known color: Deep Magenta. HEX triplet: BF, 01 and C4. RGB value is (191,1,196). Sum of RGB (Red+Green+Blue) = 191+1+196=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 196 (76.95% from 255 or 50.52% from 388); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF01C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF01C4 is #40FE3B. Grayscale: #4F4F4F. Windows color (decimal): -4259388 or 12845503. OLE color: 12845503.
HSL color Cylindrical-coordinate representation of color #BF01C4: hue angle of 298.46º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF01C4 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 1 | 196 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.23 |
| HSL | 298.46º | 0.99% | 0.39% | - |
| HSV(B) | 298.46º | 0.99% | 0.77% | - |
| XYZ | 31.46 | 15.08 | 53.48 | - |
| YUV | 80.04 | 193.45 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 196 | 0.03 | 0.99 | 0 | 0.23 | 298.46 | 0.99 | 0.39 |
| Hex | BF | 1 | C4 | 3 | 63 | 0 | 17 | 12A | 63 | 27 |
| Octal | 277 | 1 | 304 | 3 | 143 | 0 | 27 | 452 | 143 | 47 |
| Binary | 10111111 | 1 | 11000100 | 11 | 1100011 | 0 | 10111 | 100101010 | 1100011 | 100111 |
Color Harmonies of #BF01C4
Complementary color
Monochromatic Colors of #BF01C4
Black with #BF01C4
Text Example
Text Example
White with #BF01C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF01C4; }
p { color: rgb(191,1,196); }
H1.HeaderClassName
{
color: #BF01C4;
}
.AnyTagClassName
{
color: #BF01C4;
}
</style>
background-color css
<style>
a { background-color: #BF01C4; }
a { background-color: rgb(191,1,196); }
div.DivClassName
{
background-color: #BF01C4;
}
.BgClassName
{
background-color: #BF01C4;
}
</style>
border-color css
<style>
span { border-color: #BF01C4; }
span { border-color: rgb(191,1,196); }
td.TdClassName
{
border-color: #BF01C4;
}
.TagClassName
{
border-color: #BF01C4;
}
</style>