Shades of Deep Magenta #BC01C4
Tints of Deep Magenta #BC01C4
RGB
CMYK
RGB Variations
Color information
#BC01C4 (or 0xBC01C4) is known color: Deep Magenta. HEX triplet: BC, 01 and C4. RGB value is (188,1,196). Sum of RGB (Red+Green+Blue) = 188+1+196=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 196 (76.95% from 255 or 50.91% from 385); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC01C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC01C4 is #43FE3B. Grayscale: #4E4E4E. Windows color (decimal): -4455996 or 12845500. OLE color: 12845500.
HSL color Cylindrical-coordinate representation of color #BC01C4: hue angle of 297.54º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC01C4 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 1 | 196 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.23 |
| HSL | 297.54º | 0.99% | 0.39% | - |
| HSV(B) | 297.54º | 0.99% | 0.77% | - |
| XYZ | 30.71 | 14.7 | 53.44 | - |
| YUV | 79.14 | 193.95 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 196 | 0.04 | 0.99 | 0 | 0.23 | 297.54 | 0.99 | 0.39 |
| Hex | BC | 1 | C4 | 4 | 63 | 0 | 17 | 12A | 63 | 27 |
| Octal | 274 | 1 | 304 | 4 | 143 | 0 | 27 | 452 | 143 | 47 |
| Binary | 10111100 | 1 | 11000100 | 100 | 1100011 | 0 | 10111 | 100101010 | 1100011 | 100111 |
Color Harmonies of #BC01C4
Complementary color
Monochromatic Colors of #BC01C4
Black with #BC01C4
Text Example
Text Example
White with #BC01C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC01C4; }
p { color: rgb(188,1,196); }
H1.HeaderClassName
{
color: #BC01C4;
}
.AnyTagClassName
{
color: #BC01C4;
}
</style>
background-color css
<style>
a { background-color: #BC01C4; }
a { background-color: rgb(188,1,196); }
div.DivClassName
{
background-color: #BC01C4;
}
.BgClassName
{
background-color: #BC01C4;
}
</style>
border-color css
<style>
span { border-color: #BC01C4; }
span { border-color: rgb(188,1,196); }
td.TdClassName
{
border-color: #BC01C4;
}
.TagClassName
{
border-color: #BC01C4;
}
</style>