Shades of Deep Magenta #BC01CC
Tints of Deep Magenta #BC01CC
RGB
CMYK
RGB Variations
Color information
#BC01CC (or 0xBC01CC) is known color: Deep Magenta. HEX triplet: BC, 01 and CC. RGB value is (188,1,204). Sum of RGB (Red+Green+Blue) = 188+1+204=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC01CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC01CC is #43FE33. Grayscale: #4F4F4F. Windows color (decimal): -4455988 or 13369788. OLE color: 13369788.
HSL color Cylindrical-coordinate representation of color #BC01CC: hue angle of 295.27º 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 #BC01CC is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 1 | 204 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.2 |
| HSL | 295.27º | 0.99% | 0.4% | - |
| HSV(B) | 295.27º | 1% | 0.8% | - |
| XYZ | 31.65 | 15.07 | 58.37 | - |
| YUV | 80.06 | 197.95 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 204 | 0.08 | 1.00 | 0 | 0.2 | 295.27 | 0.99 | 0.4 |
| Hex | BC | 1 | CC | 8 | 64 | 0 | 14 | 127 | 63 | 28 |
| Octal | 274 | 1 | 314 | 10 | 144 | 0 | 24 | 447 | 143 | 50 |
| Binary | 10111100 | 1 | 11001100 | 1000 | 1100100 | 0 | 10100 | 100100111 | 1100011 | 101000 |
Color Harmonies of #BC01CC
Complementary color
Monochromatic Colors of #BC01CC
Black with #BC01CC
Text Example
Text Example
White with #BC01CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC01CC; }
p { color: rgb(188,1,204); }
H1.HeaderClassName
{
color: #BC01CC;
}
.AnyTagClassName
{
color: #BC01CC;
}
</style>
background-color css
<style>
a { background-color: #BC01CC; }
a { background-color: rgb(188,1,204); }
div.DivClassName
{
background-color: #BC01CC;
}
.BgClassName
{
background-color: #BC01CC;
}
</style>
border-color css
<style>
span { border-color: #BC01CC; }
span { border-color: rgb(188,1,204); }
td.TdClassName
{
border-color: #BC01CC;
}
.TagClassName
{
border-color: #BC01CC;
}
</style>