Shades of Deep Magenta #BC02CC
Tints of Deep Magenta #BC02CC
RGB
CMYK
RGB Variations
Color information
#BC02CC (or 0xBC02CC) is known color: Deep Magenta. HEX triplet: BC, 02 and CC. RGB value is (188,2,204). Sum of RGB (Red+Green+Blue) = 188+2+204=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC02CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02CC is #43FD33. Grayscale: #505050. Windows color (decimal): -4455732 or 13370044. OLE color: 13370044.
HSL color Cylindrical-coordinate representation of color #BC02CC: hue angle of 295.25º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02CC is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 2 | 204 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.2 |
| HSL | 295.25º | 0.98% | 0.4% | - |
| HSV(B) | 295.25º | 0.99% | 0.8% | - |
| XYZ | 31.66 | 15.09 | 58.37 | - |
| YUV | 80.64 | 197.62 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 204 | 0.08 | 0.99 | 0 | 0.2 | 295.25 | 0.98 | 0.4 |
| Hex | BC | 2 | CC | 8 | 63 | 0 | 14 | 127 | 62 | 28 |
| Octal | 274 | 2 | 314 | 10 | 143 | 0 | 24 | 447 | 142 | 50 |
| Binary | 10111100 | 10 | 11001100 | 1000 | 1100011 | 0 | 10100 | 100100111 | 1100010 | 101000 |
Color Harmonies of #BC02CC
Complementary color
Monochromatic Colors of #BC02CC
Black with #BC02CC
Text Example
Text Example
White with #BC02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02CC; }
p { color: rgb(188,2,204); }
H1.HeaderClassName
{
color: #BC02CC;
}
.AnyTagClassName
{
color: #BC02CC;
}
</style>
background-color css
<style>
a { background-color: #BC02CC; }
a { background-color: rgb(188,2,204); }
div.DivClassName
{
background-color: #BC02CC;
}
.BgClassName
{
background-color: #BC02CC;
}
</style>
border-color css
<style>
span { border-color: #BC02CC; }
span { border-color: rgb(188,2,204); }
td.TdClassName
{
border-color: #BC02CC;
}
.TagClassName
{
border-color: #BC02CC;
}
</style>