Shades of Deep Magenta #BC1CCF
Tints of Deep Magenta #BC1CCF
RGB
CMYK
RGB Variations
Color information
#BC1CCF (or 0xBC1CCF) is known color: Deep Magenta. HEX triplet: BC, 1C and CF. RGB value is (188,28,207). Sum of RGB (Red+Green+Blue) = 188+28+207=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC1CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CCF is #43E330. Grayscale: #5F5F5F. Windows color (decimal): -4449073 or 13573308. OLE color: 13573308.
HSL color Cylindrical-coordinate representation of color #BC1CCF: hue angle of 293.63º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1CCF is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 28 | 207 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.19 |
| HSL | 293.63º | 0.76% | 0.46% | - |
| HSV(B) | 293.63º | 0.86% | 0.81% | - |
| XYZ | 32.42 | 16.03 | 60.42 | - |
| YUV | 96.25 | 190.51 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 207 | 0.09 | 0.86 | 0 | 0.19 | 293.63 | 0.76 | 0.46 |
| Hex | BC | 1C | CF | 9 | 56 | 0 | 13 | 126 | 4C | 2E |
| Octal | 274 | 34 | 317 | 11 | 126 | 0 | 23 | 446 | 114 | 56 |
| Binary | 10111100 | 11100 | 11001111 | 1001 | 1010110 | 0 | 10011 | 100100110 | 1001100 | 101110 |
Color Harmonies of #BC1CCF
Complementary color
Monochromatic Colors of #BC1CCF
Black with #BC1CCF
Text Example
Text Example
White with #BC1CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1CCF; }
p { color: rgb(188,28,207); }
H1.HeaderClassName
{
color: #BC1CCF;
}
.AnyTagClassName
{
color: #BC1CCF;
}
</style>
background-color css
<style>
a { background-color: #BC1CCF; }
a { background-color: rgb(188,28,207); }
div.DivClassName
{
background-color: #BC1CCF;
}
.BgClassName
{
background-color: #BC1CCF;
}
</style>
border-color css
<style>
span { border-color: #BC1CCF; }
span { border-color: rgb(188,28,207); }
td.TdClassName
{
border-color: #BC1CCF;
}
.TagClassName
{
border-color: #BC1CCF;
}
</style>