Shades of Deep Magenta #C111B6
Tints of Deep Magenta #C111B6
RGB
CMYK
RGB Variations
Color information
#C111B6 (or 0xC111B6) is known color: Deep Magenta. HEX triplet: C1, 11 and B6. RGB value is (193,17,182). Sum of RGB (Red+Green+Blue) = 193+17+182=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C111B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C111B6 is #3EEE49. Grayscale: #575757. Windows color (decimal): -4124234 or 11932097. OLE color: 11932097.
HSL color Cylindrical-coordinate representation of color #C111B6: hue angle of 303.75º 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 #C111B6 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 182 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.24 |
| HSL | 303.75º | 0.84% | 0.41% | - |
| HSV(B) | 303.75º | 0.91% | 0.76% | - |
| XYZ | 30.64 | 15.12 | 45.56 | - |
| YUV | 88.43 | 180.81 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 182 | 0 | 0.91 | 0.06 | 0.24 | 303.75 | 0.84 | 0.41 |
| Hex | C1 | 11 | B6 | 0 | 5B | 6 | 18 | 130 | 54 | 29 |
| Octal | 301 | 21 | 266 | 0 | 133 | 6 | 30 | 460 | 124 | 51 |
| Binary | 11000001 | 10001 | 10110110 | 0 | 1011011 | 110 | 11000 | 100110000 | 1010100 | 101001 |
Color Harmonies of #C111B6
Complementary color
Monochromatic Colors of #C111B6
Black with #C111B6
Text Example
Text Example
White with #C111B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111B6; }
p { color: rgb(193,17,182); }
H1.HeaderClassName
{
color: #C111B6;
}
.AnyTagClassName
{
color: #C111B6;
}
</style>
background-color css
<style>
a { background-color: #C111B6; }
a { background-color: rgb(193,17,182); }
div.DivClassName
{
background-color: #C111B6;
}
.BgClassName
{
background-color: #C111B6;
}
</style>
border-color css
<style>
span { border-color: #C111B6; }
span { border-color: rgb(193,17,182); }
td.TdClassName
{
border-color: #C111B6;
}
.TagClassName
{
border-color: #C111B6;
}
</style>