Shades of Deep Magenta #C111BC
Tints of Deep Magenta #C111BC
RGB
CMYK
RGB Variations
Color information
#C111BC (or 0xC111BC) is known color: Deep Magenta. HEX triplet: C1, 11 and BC. RGB value is (193,17,188). Sum of RGB (Red+Green+Blue) = 193+17+188=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C111BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C111BC is #3EEE43. Grayscale: #585858. Windows color (decimal): -4124228 or 12325313. OLE color: 12325313.
HSL color Cylindrical-coordinate representation of color #C111BC: hue angle of 301.7º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C111BC is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 188 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.24 |
| HSL | 301.7º | 0.84% | 0.41% | - |
| HSV(B) | 301.7º | 0.91% | 0.76% | - |
| XYZ | 31.27 | 15.37 | 48.9 | - |
| YUV | 89.12 | 183.81 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 188 | 0 | 0.91 | 0.03 | 0.24 | 301.7 | 0.84 | 0.41 |
| Hex | C1 | 11 | BC | 0 | 5B | 3 | 18 | 12E | 54 | 29 |
| Octal | 301 | 21 | 274 | 0 | 133 | 3 | 30 | 456 | 124 | 51 |
| Binary | 11000001 | 10001 | 10111100 | 0 | 1011011 | 11 | 11000 | 100101110 | 1010100 | 101001 |
Color Harmonies of #C111BC
Complementary color
Monochromatic Colors of #C111BC
Black with #C111BC
Text Example
Text Example
White with #C111BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111BC; }
p { color: rgb(193,17,188); }
H1.HeaderClassName
{
color: #C111BC;
}
.AnyTagClassName
{
color: #C111BC;
}
</style>
background-color css
<style>
a { background-color: #C111BC; }
a { background-color: rgb(193,17,188); }
div.DivClassName
{
background-color: #C111BC;
}
.BgClassName
{
background-color: #C111BC;
}
</style>
border-color css
<style>
span { border-color: #C111BC; }
span { border-color: rgb(193,17,188); }
td.TdClassName
{
border-color: #C111BC;
}
.TagClassName
{
border-color: #C111BC;
}
</style>