Shades of Deep Magenta #B801C2
Tints of Deep Magenta #B801C2
RGB
CMYK
RGB Variations
Color information
#B801C2 (or 0xB801C2) is known color: Deep Magenta. HEX triplet: B8, 01 and C2. RGB value is (184,1,194). Sum of RGB (Red+Green+Blue) = 184+1+194=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 194 (76.17% from 255 or 51.19% from 379); Max value from RGB is 194 - color contains mainly: blue. Hex color #B801C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B801C2 is #47FE3D. Grayscale: #4D4D4D. Windows color (decimal): -4718142 or 12714424. OLE color: 12714424.
HSL color Cylindrical-coordinate representation of color #B801C2: hue angle of 296.89º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B801C2 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 1 | 194 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.24 |
| HSL | 296.89º | 0.99% | 0.38% | - |
| HSV(B) | 296.89º | 0.99% | 0.76% | - |
| XYZ | 29.52 | 14.11 | 52.21 | - |
| YUV | 77.72 | 193.63 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 194 | 0.05 | 0.99 | 0 | 0.24 | 296.89 | 0.99 | 0.38 |
| Hex | B8 | 1 | C2 | 5 | 63 | 0 | 18 | 129 | 63 | 26 |
| Octal | 270 | 1 | 302 | 5 | 143 | 0 | 30 | 451 | 143 | 46 |
| Binary | 10111000 | 1 | 11000010 | 101 | 1100011 | 0 | 11000 | 100101001 | 1100011 | 100110 |
Color Harmonies of #B801C2
Complementary color
Monochromatic Colors of #B801C2
Black with #B801C2
Text Example
Text Example
White with #B801C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801C2; }
p { color: rgb(184,1,194); }
H1.HeaderClassName
{
color: #B801C2;
}
.AnyTagClassName
{
color: #B801C2;
}
</style>
background-color css
<style>
a { background-color: #B801C2; }
a { background-color: rgb(184,1,194); }
div.DivClassName
{
background-color: #B801C2;
}
.BgClassName
{
background-color: #B801C2;
}
</style>
border-color css
<style>
span { border-color: #B801C2; }
span { border-color: rgb(184,1,194); }
td.TdClassName
{
border-color: #B801C2;
}
.TagClassName
{
border-color: #B801C2;
}
</style>