Shades of Deep Magenta #BC12CC
Tints of Deep Magenta #BC12CC
RGB
CMYK
RGB Variations
Color information
#BC12CC (or 0xBC12CC) is known color: Deep Magenta. HEX triplet: BC, 12 and CC. RGB value is (188,18,204). Sum of RGB (Red+Green+Blue) = 188+18+204=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC12CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12CC is #43ED33. Grayscale: #595959. Windows color (decimal): -4451636 or 13374140. OLE color: 13374140.
HSL color Cylindrical-coordinate representation of color #BC12CC: hue angle of 294.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC12CC is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 18 | 204 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.2 |
| HSL | 294.84º | 0.84% | 0.44% | - |
| HSV(B) | 294.84º | 0.91% | 0.8% | - |
| XYZ | 31.85 | 15.48 | 58.44 | - |
| YUV | 90.03 | 192.32 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 204 | 0.08 | 0.91 | 0 | 0.2 | 294.84 | 0.84 | 0.44 |
| Hex | BC | 12 | CC | 8 | 5B | 0 | 14 | 127 | 54 | 2C |
| Octal | 274 | 22 | 314 | 10 | 133 | 0 | 24 | 447 | 124 | 54 |
| Binary | 10111100 | 10010 | 11001100 | 1000 | 1011011 | 0 | 10100 | 100100111 | 1010100 | 101100 |
Color Harmonies of #BC12CC
Complementary color
Monochromatic Colors of #BC12CC
Black with #BC12CC
Text Example
Text Example
White with #BC12CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC12CC; }
p { color: rgb(188,18,204); }
H1.HeaderClassName
{
color: #BC12CC;
}
.AnyTagClassName
{
color: #BC12CC;
}
</style>
background-color css
<style>
a { background-color: #BC12CC; }
a { background-color: rgb(188,18,204); }
div.DivClassName
{
background-color: #BC12CC;
}
.BgClassName
{
background-color: #BC12CC;
}
</style>
border-color css
<style>
span { border-color: #BC12CC; }
span { border-color: rgb(188,18,204); }
td.TdClassName
{
border-color: #BC12CC;
}
.TagClassName
{
border-color: #BC12CC;
}
</style>