Shades of Deep Magenta #B401CF
Tints of Deep Magenta #B401CF
RGB
CMYK
RGB Variations
Color information
#B401CF (or 0xB401CF) is known color: Deep Magenta. HEX triplet: B4, 01 and CF. RGB value is (180,1,207). Sum of RGB (Red+Green+Blue) = 180+1+207=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #B401CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B401CF is #4BFE30. Grayscale: #4D4D4D. Windows color (decimal): -4980273 or 13566388. OLE color: 13566388.
HSL color Cylindrical-coordinate representation of color #B401CF: hue angle of 292.14º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B401CF is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 1 | 207 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.19 |
| HSL | 292.14º | 0.99% | 0.41% | - |
| HSV(B) | 292.14º | 1% | 0.81% | - |
| XYZ | 30.1 | 14.23 | 60.19 | - |
| YUV | 78.01 | 200.8 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 207 | 0.13 | 1.00 | 0 | 0.19 | 292.14 | 0.99 | 0.41 |
| Hex | B4 | 1 | CF | D | 64 | 0 | 13 | 124 | 63 | 29 |
| Octal | 264 | 1 | 317 | 15 | 144 | 0 | 23 | 444 | 143 | 51 |
| Binary | 10110100 | 1 | 11001111 | 1101 | 1100100 | 0 | 10011 | 100100100 | 1100011 | 101001 |
Color Harmonies of #B401CF
Complementary color
Monochromatic Colors of #B401CF
Black with #B401CF
Text Example
Text Example
White with #B401CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401CF; }
p { color: rgb(180,1,207); }
H1.HeaderClassName
{
color: #B401CF;
}
.AnyTagClassName
{
color: #B401CF;
}
</style>
background-color css
<style>
a { background-color: #B401CF; }
a { background-color: rgb(180,1,207); }
div.DivClassName
{
background-color: #B401CF;
}
.BgClassName
{
background-color: #B401CF;
}
</style>
border-color css
<style>
span { border-color: #B401CF; }
span { border-color: rgb(180,1,207); }
td.TdClassName
{
border-color: #B401CF;
}
.TagClassName
{
border-color: #B401CF;
}
</style>