Shades of Deep Magenta #C111BD
Tints of Deep Magenta #C111BD
RGB
CMYK
RGB Variations
Color information
#C111BD (or 0xC111BD) is known color: Deep Magenta. HEX triplet: C1, 11 and BD. RGB value is (193,17,189). Sum of RGB (Red+Green+Blue) = 193+17+189=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C111BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C111BD is #3EEE42. Grayscale: #585858. Windows color (decimal): -4124227 or 12390849. OLE color: 12390849.
HSL color Cylindrical-coordinate representation of color #C111BD: hue angle of 301.36º 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 #C111BD is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 189 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.24 |
| HSL | 301.36º | 0.84% | 0.41% | - |
| HSV(B) | 301.36º | 0.91% | 0.76% | - |
| XYZ | 31.38 | 15.41 | 49.47 | - |
| YUV | 89.23 | 184.31 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 189 | 0 | 0.91 | 0.02 | 0.24 | 301.36 | 0.84 | 0.41 |
| Hex | C1 | 11 | BD | 0 | 5B | 2 | 18 | 12D | 54 | 29 |
| Octal | 301 | 21 | 275 | 0 | 133 | 2 | 30 | 455 | 124 | 51 |
| Binary | 11000001 | 10001 | 10111101 | 0 | 1011011 | 10 | 11000 | 100101101 | 1010100 | 101001 |
Color Harmonies of #C111BD
Complementary color
Monochromatic Colors of #C111BD
Black with #C111BD
Text Example
Text Example
White with #C111BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111BD; }
p { color: rgb(193,17,189); }
H1.HeaderClassName
{
color: #C111BD;
}
.AnyTagClassName
{
color: #C111BD;
}
</style>
background-color css
<style>
a { background-color: #C111BD; }
a { background-color: rgb(193,17,189); }
div.DivClassName
{
background-color: #C111BD;
}
.BgClassName
{
background-color: #C111BD;
}
</style>
border-color css
<style>
span { border-color: #C111BD; }
span { border-color: rgb(193,17,189); }
td.TdClassName
{
border-color: #C111BD;
}
.TagClassName
{
border-color: #C111BD;
}
</style>