Shades of Deep Magenta #BC24D0
Tints of Deep Magenta #BC24D0
RGB
CMYK
RGB Variations
Color information
#BC24D0 (or 0xBC24D0) is known color: Deep Magenta. HEX triplet: BC, 24 and D0. RGB value is (188,36,208). Sum of RGB (Red+Green+Blue) = 188+36+208=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC24D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24D0 is #43DB2F. Grayscale: #646464. Windows color (decimal): -4447024 or 13640892. OLE color: 13640892.
HSL color Cylindrical-coordinate representation of color #BC24D0: hue angle of 293.02º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC24D0 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 36 | 208 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.18 |
| HSL | 293.02º | 0.7% | 0.48% | - |
| HSV(B) | 293.02º | 0.83% | 0.82% | - |
| XYZ | 32.76 | 16.51 | 61.13 | - |
| YUV | 101.06 | 188.36 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 208 | 0.10 | 0.83 | 0 | 0.18 | 293.02 | 0.7 | 0.48 |
| Hex | BC | 24 | D0 | A | 53 | 0 | 12 | 125 | 46 | 30 |
| Octal | 274 | 44 | 320 | 12 | 123 | 0 | 22 | 445 | 106 | 60 |
| Binary | 10111100 | 100100 | 11010000 | 1010 | 1010011 | 0 | 10010 | 100100101 | 1000110 | 110000 |
Color Harmonies of #BC24D0
Complementary color
Monochromatic Colors of #BC24D0
Black with #BC24D0
Text Example
Text Example
White with #BC24D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC24D0; }
p { color: rgb(188,36,208); }
H1.HeaderClassName
{
color: #BC24D0;
}
.AnyTagClassName
{
color: #BC24D0;
}
</style>
background-color css
<style>
a { background-color: #BC24D0; }
a { background-color: rgb(188,36,208); }
div.DivClassName
{
background-color: #BC24D0;
}
.BgClassName
{
background-color: #BC24D0;
}
</style>
border-color css
<style>
span { border-color: #BC24D0; }
span { border-color: rgb(188,36,208); }
td.TdClassName
{
border-color: #BC24D0;
}
.TagClassName
{
border-color: #BC24D0;
}
</style>