Shades of Medium Violet Red #C112A6
Tints of Medium Violet Red #C112A6
RGB
CMYK
RGB Variations
Color information
#C112A6 (or 0xC112A6) is known color: Medium Violet Red. HEX triplet: C1, 12 and A6. RGB value is (193,18,166). Sum of RGB (Red+Green+Blue) = 193+18+166=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C112A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C112A6 is #3EED59. Grayscale: #565656. Windows color (decimal): -4123994 or 10883777. OLE color: 10883777.
HSL color Cylindrical-coordinate representation of color #C112A6: hue angle of 309.26º degrees, saturation: 0.83, 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 #C112A6 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 166 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.24 |
| HSL | 309.26º | 0.83% | 0.41% | - |
| HSV(B) | 309.26º | 0.91% | 0.76% | - |
| XYZ | 29.09 | 14.52 | 37.35 | - |
| YUV | 87.2 | 172.48 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 166 | 0 | 0.91 | 0.14 | 0.24 | 309.26 | 0.83 | 0.41 |
| Hex | C1 | 12 | A6 | 0 | 5B | E | 18 | 135 | 53 | 29 |
| Octal | 301 | 22 | 246 | 0 | 133 | 16 | 30 | 465 | 123 | 51 |
| Binary | 11000001 | 10010 | 10100110 | 0 | 1011011 | 1110 | 11000 | 100110101 | 1010011 | 101001 |
Color Harmonies of #C112A6
Complementary color
Monochromatic Colors of #C112A6
Black with #C112A6
Text Example
Text Example
White with #C112A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C112A6; }
p { color: rgb(193,18,166); }
H1.HeaderClassName
{
color: #C112A6;
}
.AnyTagClassName
{
color: #C112A6;
}
</style>
background-color css
<style>
a { background-color: #C112A6; }
a { background-color: rgb(193,18,166); }
div.DivClassName
{
background-color: #C112A6;
}
.BgClassName
{
background-color: #C112A6;
}
</style>
border-color css
<style>
span { border-color: #C112A6; }
span { border-color: rgb(193,18,166); }
td.TdClassName
{
border-color: #C112A6;
}
.TagClassName
{
border-color: #C112A6;
}
</style>