Shades of Deep Magenta #BD01C9
Tints of Deep Magenta #BD01C9
RGB
CMYK
RGB Variations
Color information
#BD01C9 (or 0xBD01C9) is known color: Deep Magenta. HEX triplet: BD, 01 and C9. RGB value is (189,1,201). Sum of RGB (Red+Green+Blue) = 189+1+201=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD01C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD01C9 is #42FE36. Grayscale: #4F4F4F. Windows color (decimal): -4390455 or 13173181. OLE color: 13173181.
HSL color Cylindrical-coordinate representation of color #BD01C9: hue angle of 296.4º 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 #BD01C9 is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 1 | 201 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.21 |
| HSL | 296.4º | 0.99% | 0.4% | - |
| HSV(B) | 296.4º | 1% | 0.79% | - |
| XYZ | 31.54 | 15.06 | 56.5 | - |
| YUV | 80.01 | 196.28 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 201 | 0.06 | 1.00 | 0 | 0.21 | 296.4 | 0.99 | 0.4 |
| Hex | BD | 1 | C9 | 6 | 64 | 0 | 15 | 128 | 63 | 28 |
| Octal | 275 | 1 | 311 | 6 | 144 | 0 | 25 | 450 | 143 | 50 |
| Binary | 10111101 | 1 | 11001001 | 110 | 1100100 | 0 | 10101 | 100101000 | 1100011 | 101000 |
Color Harmonies of #BD01C9
Complementary color
Monochromatic Colors of #BD01C9
Black with #BD01C9
Text Example
Text Example
White with #BD01C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD01C9; }
p { color: rgb(189,1,201); }
H1.HeaderClassName
{
color: #BD01C9;
}
.AnyTagClassName
{
color: #BD01C9;
}
</style>
background-color css
<style>
a { background-color: #BD01C9; }
a { background-color: rgb(189,1,201); }
div.DivClassName
{
background-color: #BD01C9;
}
.BgClassName
{
background-color: #BD01C9;
}
</style>
border-color css
<style>
span { border-color: #BD01C9; }
span { border-color: rgb(189,1,201); }
td.TdClassName
{
border-color: #BD01C9;
}
.TagClassName
{
border-color: #BD01C9;
}
</style>