Shades of Deep Magenta #BC10CC
Tints of Deep Magenta #BC10CC
RGB
CMYK
RGB Variations
Color information
#BC10CC (or 0xBC10CC) is known color: Deep Magenta. HEX triplet: BC, 10 and CC. RGB value is (188,16,204). Sum of RGB (Red+Green+Blue) = 188+16+204=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC10CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10CC is #43EF33. Grayscale: #585858. Windows color (decimal): -4452148 or 13373628. OLE color: 13373628.
HSL color Cylindrical-coordinate representation of color #BC10CC: hue angle of 294.89º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC10CC is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 16 | 204 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.2 |
| HSL | 294.89º | 0.85% | 0.43% | - |
| HSV(B) | 294.89º | 0.92% | 0.8% | - |
| XYZ | 31.82 | 15.42 | 58.43 | - |
| YUV | 88.86 | 192.98 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 204 | 0.08 | 0.92 | 0 | 0.2 | 294.89 | 0.85 | 0.43 |
| Hex | BC | 10 | CC | 8 | 5C | 0 | 14 | 127 | 55 | 2B |
| Octal | 274 | 20 | 314 | 10 | 134 | 0 | 24 | 447 | 125 | 53 |
| Binary | 10111100 | 10000 | 11001100 | 1000 | 1011100 | 0 | 10100 | 100100111 | 1010101 | 101011 |
Color Harmonies of #BC10CC
Complementary color
Monochromatic Colors of #BC10CC
Black with #BC10CC
Text Example
Text Example
White with #BC10CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10CC; }
p { color: rgb(188,16,204); }
H1.HeaderClassName
{
color: #BC10CC;
}
.AnyTagClassName
{
color: #BC10CC;
}
</style>
background-color css
<style>
a { background-color: #BC10CC; }
a { background-color: rgb(188,16,204); }
div.DivClassName
{
background-color: #BC10CC;
}
.BgClassName
{
background-color: #BC10CC;
}
</style>
border-color css
<style>
span { border-color: #BC10CC; }
span { border-color: rgb(188,16,204); }
td.TdClassName
{
border-color: #BC10CC;
}
.TagClassName
{
border-color: #BC10CC;
}
</style>