Shades of Deep Magenta #BD01CC
Tints of Deep Magenta #BD01CC
RGB
CMYK
RGB Variations
Color information
#BD01CC (or 0xBD01CC) is known color: Deep Magenta. HEX triplet: BD, 01 and CC. RGB value is (189,1,204). Sum of RGB (Red+Green+Blue) = 189+1+204=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD01CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD01CC is #42FE33. Grayscale: #4F4F4F. Windows color (decimal): -4390452 or 13369789. OLE color: 13369789.
HSL color Cylindrical-coordinate representation of color #BD01CC: hue angle of 295.57º 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 #BD01CC is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 1 | 204 | - |
| CMYK | 0.07 | 1.00 | 0 | 0.2 |
| HSL | 295.57º | 0.99% | 0.4% | - |
| HSV(B) | 295.57º | 1% | 0.8% | - |
| XYZ | 31.9 | 15.2 | 58.38 | - |
| YUV | 80.35 | 197.78 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 204 | 0.07 | 1.00 | 0 | 0.2 | 295.57 | 0.99 | 0.4 |
| Hex | BD | 1 | CC | 7 | 64 | 0 | 14 | 128 | 63 | 28 |
| Octal | 275 | 1 | 314 | 7 | 144 | 0 | 24 | 450 | 143 | 50 |
| Binary | 10111101 | 1 | 11001100 | 111 | 1100100 | 0 | 10100 | 100101000 | 1100011 | 101000 |
Color Harmonies of #BD01CC
Complementary color
Monochromatic Colors of #BD01CC
Black with #BD01CC
Text Example
Text Example
White with #BD01CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD01CC; }
p { color: rgb(189,1,204); }
H1.HeaderClassName
{
color: #BD01CC;
}
.AnyTagClassName
{
color: #BD01CC;
}
</style>
background-color css
<style>
a { background-color: #BD01CC; }
a { background-color: rgb(189,1,204); }
div.DivClassName
{
background-color: #BD01CC;
}
.BgClassName
{
background-color: #BD01CC;
}
</style>
border-color css
<style>
span { border-color: #BD01CC; }
span { border-color: rgb(189,1,204); }
td.TdClassName
{
border-color: #BD01CC;
}
.TagClassName
{
border-color: #BD01CC;
}
</style>