Shades of Deep Magenta #BC04CC
Tints of Deep Magenta #BC04CC
RGB
CMYK
RGB Variations
Color information
#BC04CC (or 0xBC04CC) is known color: Deep Magenta. HEX triplet: BC, 04 and CC. RGB value is (188,4,204). Sum of RGB (Red+Green+Blue) = 188+4+204=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC04CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC04CC is #43FB33. Grayscale: #515151. Windows color (decimal): -4455220 or 13370556. OLE color: 13370556.
HSL color Cylindrical-coordinate representation of color #BC04CC: hue angle of 295.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC04CC is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 4 | 204 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.2 |
| HSL | 295.2º | 0.96% | 0.41% | - |
| HSV(B) | 295.2º | 0.98% | 0.8% | - |
| XYZ | 31.68 | 15.14 | 58.38 | - |
| YUV | 81.82 | 196.96 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 204 | 0.08 | 0.98 | 0 | 0.2 | 295.2 | 0.96 | 0.41 |
| Hex | BC | 4 | CC | 8 | 62 | 0 | 14 | 127 | 60 | 29 |
| Octal | 274 | 4 | 314 | 10 | 142 | 0 | 24 | 447 | 140 | 51 |
| Binary | 10111100 | 100 | 11001100 | 1000 | 1100010 | 0 | 10100 | 100100111 | 1100000 | 101001 |
Color Harmonies of #BC04CC
Complementary color
Monochromatic Colors of #BC04CC
Black with #BC04CC
Text Example
Text Example
White with #BC04CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC04CC; }
p { color: rgb(188,4,204); }
H1.HeaderClassName
{
color: #BC04CC;
}
.AnyTagClassName
{
color: #BC04CC;
}
</style>
background-color css
<style>
a { background-color: #BC04CC; }
a { background-color: rgb(188,4,204); }
div.DivClassName
{
background-color: #BC04CC;
}
.BgClassName
{
background-color: #BC04CC;
}
</style>
border-color css
<style>
span { border-color: #BC04CC; }
span { border-color: rgb(188,4,204); }
td.TdClassName
{
border-color: #BC04CC;
}
.TagClassName
{
border-color: #BC04CC;
}
</style>