Shades of Deep Magenta #BC17CF
Tints of Deep Magenta #BC17CF
RGB
CMYK
RGB Variations
Color information
#BC17CF (or 0xBC17CF) is known color: Deep Magenta. HEX triplet: BC, 17 and CF. RGB value is (188,23,207). Sum of RGB (Red+Green+Blue) = 188+23+207=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC17CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17CF is #43E830. Grayscale: #5C5C5C. Windows color (decimal): -4450353 or 13572028. OLE color: 13572028.
HSL color Cylindrical-coordinate representation of color #BC17CF: hue angle of 293.8º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC17CF is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 23 | 207 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.19 |
| HSL | 293.8º | 0.8% | 0.45% | - |
| HSV(B) | 293.8º | 0.89% | 0.81% | - |
| XYZ | 32.31 | 15.81 | 60.38 | - |
| YUV | 93.31 | 192.16 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 207 | 0.09 | 0.89 | 0 | 0.19 | 293.8 | 0.8 | 0.45 |
| Hex | BC | 17 | CF | 9 | 59 | 0 | 13 | 126 | 50 | 2D |
| Octal | 274 | 27 | 317 | 11 | 131 | 0 | 23 | 446 | 120 | 55 |
| Binary | 10111100 | 10111 | 11001111 | 1001 | 1011001 | 0 | 10011 | 100100110 | 1010000 | 101101 |
Color Harmonies of #BC17CF
Complementary color
Monochromatic Colors of #BC17CF
Black with #BC17CF
Text Example
Text Example
White with #BC17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17CF; }
p { color: rgb(188,23,207); }
H1.HeaderClassName
{
color: #BC17CF;
}
.AnyTagClassName
{
color: #BC17CF;
}
</style>
background-color css
<style>
a { background-color: #BC17CF; }
a { background-color: rgb(188,23,207); }
div.DivClassName
{
background-color: #BC17CF;
}
.BgClassName
{
background-color: #BC17CF;
}
</style>
border-color css
<style>
span { border-color: #BC17CF; }
span { border-color: rgb(188,23,207); }
td.TdClassName
{
border-color: #BC17CF;
}
.TagClassName
{
border-color: #BC17CF;
}
</style>