Shades of Deep Magenta #B201CC
Tints of Deep Magenta #B201CC
RGB
CMYK
RGB Variations
Color information
#B201CC (or 0xB201CC) is known color: Deep Magenta. HEX triplet: B2, 01 and CC. RGB value is (178,1,204). Sum of RGB (Red+Green+Blue) = 178+1+204=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #B201CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201CC is #4DFE33. Grayscale: #4C4C4C. Windows color (decimal): -5111348 or 13369778. OLE color: 13369778.
HSL color Cylindrical-coordinate representation of color #B201CC: hue angle of 292.32º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B201CC is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 1 | 204 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.2 |
| HSL | 292.32º | 0.99% | 0.4% | - |
| HSV(B) | 292.32º | 1% | 0.8% | - |
| XYZ | 29.27 | 13.85 | 58.26 | - |
| YUV | 77.07 | 199.64 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 204 | 0.13 | 1.00 | 0 | 0.2 | 292.32 | 0.99 | 0.4 |
| Hex | B2 | 1 | CC | D | 64 | 0 | 14 | 124 | 63 | 28 |
| Octal | 262 | 1 | 314 | 15 | 144 | 0 | 24 | 444 | 143 | 50 |
| Binary | 10110010 | 1 | 11001100 | 1101 | 1100100 | 0 | 10100 | 100100100 | 1100011 | 101000 |
Color Harmonies of #B201CC
Complementary color
Monochromatic Colors of #B201CC
Black with #B201CC
Text Example
Text Example
White with #B201CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201CC; }
p { color: rgb(178,1,204); }
H1.HeaderClassName
{
color: #B201CC;
}
.AnyTagClassName
{
color: #B201CC;
}
</style>
background-color css
<style>
a { background-color: #B201CC; }
a { background-color: rgb(178,1,204); }
div.DivClassName
{
background-color: #B201CC;
}
.BgClassName
{
background-color: #B201CC;
}
</style>
border-color css
<style>
span { border-color: #B201CC; }
span { border-color: rgb(178,1,204); }
td.TdClassName
{
border-color: #B201CC;
}
.TagClassName
{
border-color: #B201CC;
}
</style>