Shades of Deep Magenta #BC24CB
Tints of Deep Magenta #BC24CB
RGB
CMYK
RGB Variations
Color information
#BC24CB (or 0xBC24CB) is known color: Deep Magenta. HEX triplet: BC, 24 and CB. RGB value is (188,36,203). Sum of RGB (Red+Green+Blue) = 188+36+203=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC24CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24CB is #43DB34. Grayscale: #636363. Windows color (decimal): -4447029 or 13313212. OLE color: 13313212.
HSL color Cylindrical-coordinate representation of color #BC24CB: hue angle of 294.61º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC24CB is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 36 | 203 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.20 |
| HSL | 294.61º | 0.7% | 0.47% | - |
| HSV(B) | 294.61º | 0.82% | 0.8% | - |
| XYZ | 32.15 | 16.26 | 57.94 | - |
| YUV | 100.49 | 185.86 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 203 | 0.07 | 0.82 | 0 | 0.20 | 294.61 | 0.7 | 0.47 |
| Hex | BC | 24 | CB | 7 | 52 | 0 | 14 | 127 | 46 | 2F |
| Octal | 274 | 44 | 313 | 7 | 122 | 0 | 24 | 447 | 106 | 57 |
| Binary | 10111100 | 100100 | 11001011 | 111 | 1010010 | 0 | 10100 | 100100111 | 1000110 | 101111 |
Color Harmonies of #BC24CB
Complementary color
Monochromatic Colors of #BC24CB
Black with #BC24CB
Text Example
Text Example
White with #BC24CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC24CB; }
p { color: rgb(188,36,203); }
H1.HeaderClassName
{
color: #BC24CB;
}
.AnyTagClassName
{
color: #BC24CB;
}
</style>
background-color css
<style>
a { background-color: #BC24CB; }
a { background-color: rgb(188,36,203); }
div.DivClassName
{
background-color: #BC24CB;
}
.BgClassName
{
background-color: #BC24CB;
}
</style>
border-color css
<style>
span { border-color: #BC24CB; }
span { border-color: rgb(188,36,203); }
td.TdClassName
{
border-color: #BC24CB;
}
.TagClassName
{
border-color: #BC24CB;
}
</style>