Shades of Deep Magenta #B901C9
Tints of Deep Magenta #B901C9
RGB
CMYK
RGB Variations
Color information
#B901C9 (or 0xB901C9) is known color: Deep Magenta. HEX triplet: B9, 01 and C9. RGB value is (185,1,201). Sum of RGB (Red+Green+Blue) = 185+1+201=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #B901C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B901C9 is #46FE36. Grayscale: #4E4E4E. Windows color (decimal): -4652599 or 13173177. OLE color: 13173177.
HSL color Cylindrical-coordinate representation of color #B901C9: hue angle of 295.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B901C9 is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 1 | 201 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.21 |
| HSL | 295.2º | 0.99% | 0.4% | - |
| HSV(B) | 295.2º | 1% | 0.79% | - |
| XYZ | 30.56 | 14.55 | 56.46 | - |
| YUV | 78.82 | 196.96 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 201 | 0.08 | 1.00 | 0 | 0.21 | 295.2 | 0.99 | 0.4 |
| Hex | B9 | 1 | C9 | 8 | 64 | 0 | 15 | 127 | 63 | 28 |
| Octal | 271 | 1 | 311 | 10 | 144 | 0 | 25 | 447 | 143 | 50 |
| Binary | 10111001 | 1 | 11001001 | 1000 | 1100100 | 0 | 10101 | 100100111 | 1100011 | 101000 |
Color Harmonies of #B901C9
Complementary color
Monochromatic Colors of #B901C9
Black with #B901C9
Text Example
Text Example
White with #B901C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B901C9; }
p { color: rgb(185,1,201); }
H1.HeaderClassName
{
color: #B901C9;
}
.AnyTagClassName
{
color: #B901C9;
}
</style>
background-color css
<style>
a { background-color: #B901C9; }
a { background-color: rgb(185,1,201); }
div.DivClassName
{
background-color: #B901C9;
}
.BgClassName
{
background-color: #B901C9;
}
</style>
border-color css
<style>
span { border-color: #B901C9; }
span { border-color: rgb(185,1,201); }
td.TdClassName
{
border-color: #B901C9;
}
.TagClassName
{
border-color: #B901C9;
}
</style>