Shades of Deep Magenta #B201C4
Tints of Deep Magenta #B201C4
RGB
CMYK
RGB Variations
Color information
#B201C4 (or 0xB201C4) is known color: Deep Magenta. HEX triplet: B2, 01 and C4. RGB value is (178,1,196). Sum of RGB (Red+Green+Blue) = 178+1+196=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 196 (76.95% from 255 or 52.27% from 375); Max value from RGB is 196 - color contains mainly: blue. Hex color #B201C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201C4 is #4DFE3B. Grayscale: #4B4B4B. Windows color (decimal): -5111356 or 12845490. OLE color: 12845490.
HSL color Cylindrical-coordinate representation of color #B201C4: hue angle of 294.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 #B201C4 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 1 | 196 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.23 |
| HSL | 294.46º | 0.99% | 0.39% | - |
| HSV(B) | 294.46º | 0.99% | 0.77% | - |
| XYZ | 28.33 | 13.47 | 53.33 | - |
| YUV | 76.15 | 195.64 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 196 | 0.09 | 0.99 | 0 | 0.23 | 294.46 | 0.99 | 0.39 |
| Hex | B2 | 1 | C4 | 9 | 63 | 0 | 17 | 126 | 63 | 27 |
| Octal | 262 | 1 | 304 | 11 | 143 | 0 | 27 | 446 | 143 | 47 |
| Binary | 10110010 | 1 | 11000100 | 1001 | 1100011 | 0 | 10111 | 100100110 | 1100011 | 100111 |
Color Harmonies of #B201C4
Complementary color
Monochromatic Colors of #B201C4
Black with #B201C4
Text Example
Text Example
White with #B201C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201C4; }
p { color: rgb(178,1,196); }
H1.HeaderClassName
{
color: #B201C4;
}
.AnyTagClassName
{
color: #B201C4;
}
</style>
background-color css
<style>
a { background-color: #B201C4; }
a { background-color: rgb(178,1,196); }
div.DivClassName
{
background-color: #B201C4;
}
.BgClassName
{
background-color: #B201C4;
}
</style>
border-color css
<style>
span { border-color: #B201C4; }
span { border-color: rgb(178,1,196); }
td.TdClassName
{
border-color: #B201C4;
}
.TagClassName
{
border-color: #B201C4;
}
</style>