Shades of Deep Magenta #B800C1
Tints of Deep Magenta #B800C1
RGB
CMYK
RGB Variations
Color information
#B800C1 (or 0xB800C1) is known color: Deep Magenta. HEX triplet: B8, 00 and C1. RGB value is (184,0,193). Sum of RGB (Red+Green+Blue) = 184+0+193=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #B800C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B800C1 is #47FF3E. Grayscale: #4C4C4C. Windows color (decimal): -4718399 or 12648632. OLE color: 12648632.
HSL color Cylindrical-coordinate representation of color #B800C1: hue angle of 297.2º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800C1 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 0 | 193 | - |
| CMYK | 0.05 | 1 | 0 | 0.24 |
| HSL | 297.2º | 1% | 0.38% | - |
| HSV(B) | 297.2º | 1% | 0.76% | - |
| XYZ | 29.39 | 14.04 | 51.61 | - |
| YUV | 77.02 | 193.46 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 193 | 0.05 | 1 | 0 | 0.24 | 297.2 | 1 | 0.38 |
| Hex | B8 | 0 | C1 | 5 | 64 | 0 | 18 | 129 | 64 | 26 |
| Octal | 270 | 0 | 301 | 5 | 144 | 0 | 30 | 451 | 144 | 46 |
| Binary | 10111000 | 0 | 11000001 | 101 | 1100100 | 0 | 11000 | 100101001 | 1100100 | 100110 |
Color Harmonies of #B800C1
Complementary color
Monochromatic Colors of #B800C1
Black with #B800C1
Text Example
Text Example
White with #B800C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800C1; }
p { color: rgb(184,0,193); }
H1.HeaderClassName
{
color: #B800C1;
}
.AnyTagClassName
{
color: #B800C1;
}
</style>
background-color css
<style>
a { background-color: #B800C1; }
a { background-color: rgb(184,0,193); }
div.DivClassName
{
background-color: #B800C1;
}
.BgClassName
{
background-color: #B800C1;
}
</style>
border-color css
<style>
span { border-color: #B800C1; }
span { border-color: rgb(184,0,193); }
td.TdClassName
{
border-color: #B800C1;
}
.TagClassName
{
border-color: #B800C1;
}
</style>