Shades of Deep Magenta #BC01CD
Tints of Deep Magenta #BC01CD
RGB
CMYK
RGB Variations
Color information
#BC01CD (or 0xBC01CD) is known color: Deep Magenta. HEX triplet: BC, 01 and CD. RGB value is (188,1,205). Sum of RGB (Red+Green+Blue) = 188+1+205=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC01CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC01CD is #43FE32. Grayscale: #4F4F4F. Windows color (decimal): -4455987 or 13435324. OLE color: 13435324.
HSL color Cylindrical-coordinate representation of color #BC01CD: hue angle of 295º 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 #BC01CD is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 1 | 205 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.20 |
| HSL | 295º | 0.99% | 0.4% | - |
| HSV(B) | 295º | 1% | 0.8% | - |
| XYZ | 31.77 | 15.12 | 59 | - |
| YUV | 80.17 | 198.45 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 205 | 0.08 | 1.00 | 0 | 0.20 | 295 | 0.99 | 0.4 |
| Hex | BC | 1 | CD | 8 | 64 | 0 | 14 | 127 | 63 | 28 |
| Octal | 274 | 1 | 315 | 10 | 144 | 0 | 24 | 447 | 143 | 50 |
| Binary | 10111100 | 1 | 11001101 | 1000 | 1100100 | 0 | 10100 | 100100111 | 1100011 | 101000 |
Color Harmonies of #BC01CD
Complementary color
Monochromatic Colors of #BC01CD
Black with #BC01CD
Text Example
Text Example
White with #BC01CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC01CD; }
p { color: rgb(188,1,205); }
H1.HeaderClassName
{
color: #BC01CD;
}
.AnyTagClassName
{
color: #BC01CD;
}
</style>
background-color css
<style>
a { background-color: #BC01CD; }
a { background-color: rgb(188,1,205); }
div.DivClassName
{
background-color: #BC01CD;
}
.BgClassName
{
background-color: #BC01CD;
}
</style>
border-color css
<style>
span { border-color: #BC01CD; }
span { border-color: rgb(188,1,205); }
td.TdClassName
{
border-color: #BC01CD;
}
.TagClassName
{
border-color: #BC01CD;
}
</style>