Shades of Deep Magenta #BC24D2
Tints of Deep Magenta #BC24D2
RGB
CMYK
RGB Variations
Color information
#BC24D2 (or 0xBC24D2) is known color: Deep Magenta. HEX triplet: BC, 24 and D2. RGB value is (188,36,210). Sum of RGB (Red+Green+Blue) = 188+36+210=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 210 (82.42% from 255 or 48.39% from 434); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC24D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24D2 is #43DB2D. Grayscale: #646464. Windows color (decimal): -4447022 or 13771964. OLE color: 13771964.
HSL color Cylindrical-coordinate representation of color #BC24D2: hue angle of 292.41º degrees, saturation: 0.71, 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 #BC24D2 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 36 | 210 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.18 |
| HSL | 292.41º | 0.71% | 0.48% | - |
| HSV(B) | 292.41º | 0.83% | 0.82% | - |
| XYZ | 33 | 16.61 | 62.44 | - |
| YUV | 101.28 | 189.36 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 210 | 0.10 | 0.83 | 0 | 0.18 | 292.41 | 0.71 | 0.48 |
| Hex | BC | 24 | D2 | A | 53 | 0 | 12 | 124 | 47 | 30 |
| Octal | 274 | 44 | 322 | 12 | 123 | 0 | 22 | 444 | 107 | 60 |
| Binary | 10111100 | 100100 | 11010010 | 1010 | 1010011 | 0 | 10010 | 100100100 | 1000111 | 110000 |
Color Harmonies of #BC24D2
Complementary color
Monochromatic Colors of #BC24D2
Black with #BC24D2
Text Example
Text Example
White with #BC24D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC24D2; }
p { color: rgb(188,36,210); }
H1.HeaderClassName
{
color: #BC24D2;
}
.AnyTagClassName
{
color: #BC24D2;
}
</style>
background-color css
<style>
a { background-color: #BC24D2; }
a { background-color: rgb(188,36,210); }
div.DivClassName
{
background-color: #BC24D2;
}
.BgClassName
{
background-color: #BC24D2;
}
</style>
border-color css
<style>
span { border-color: #BC24D2; }
span { border-color: rgb(188,36,210); }
td.TdClassName
{
border-color: #BC24D2;
}
.TagClassName
{
border-color: #BC24D2;
}
</style>