Shades of Medium Violet Red #C112A1
Tints of Medium Violet Red #C112A1
RGB
CMYK
RGB Variations
Color information
#C112A1 (or 0xC112A1) is known color: Medium Violet Red. HEX triplet: C1, 12 and A1. RGB value is (193,18,161). Sum of RGB (Red+Green+Blue) = 193+18+161=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C112A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C112A1 is #3EED5E. Grayscale: #565656. Windows color (decimal): -4123999 or 10556097. OLE color: 10556097.
HSL color Cylindrical-coordinate representation of color #C112A1: hue angle of 310.97º 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 #C112A1 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 161 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.24 |
| HSL | 310.97º | 0.83% | 0.41% | - |
| HSV(B) | 310.97º | 0.91% | 0.76% | - |
| XYZ | 28.64 | 14.34 | 34.98 | - |
| YUV | 86.63 | 169.98 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 161 | 0 | 0.91 | 0.17 | 0.24 | 310.97 | 0.83 | 0.41 |
| Hex | C1 | 12 | A1 | 0 | 5B | 11 | 18 | 137 | 53 | 29 |
| Octal | 301 | 22 | 241 | 0 | 133 | 21 | 30 | 467 | 123 | 51 |
| Binary | 11000001 | 10010 | 10100001 | 0 | 1011011 | 10001 | 11000 | 100110111 | 1010011 | 101001 |
Color Harmonies of #C112A1
Complementary color
Monochromatic Colors of #C112A1
Black with #C112A1
Text Example
Text Example
White with #C112A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C112A1; }
p { color: rgb(193,18,161); }
H1.HeaderClassName
{
color: #C112A1;
}
.AnyTagClassName
{
color: #C112A1;
}
</style>
background-color css
<style>
a { background-color: #C112A1; }
a { background-color: rgb(193,18,161); }
div.DivClassName
{
background-color: #C112A1;
}
.BgClassName
{
background-color: #C112A1;
}
</style>
border-color css
<style>
span { border-color: #C112A1; }
span { border-color: rgb(193,18,161); }
td.TdClassName
{
border-color: #C112A1;
}
.TagClassName
{
border-color: #C112A1;
}
</style>