Shades of Medium Violet Red #C1146E
Tints of Medium Violet Red #C1146E
RGB
CMYK
RGB Variations
Color information
#C1146E (or 0xC1146E) is known color: Medium Violet Red. HEX triplet: C1, 14 and 6E. RGB value is (193,20,110). Sum of RGB (Red+Green+Blue) = 193+20+110=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1146E is #3EEB91. Grayscale: #515151. Windows color (decimal): -4123538 or 7214273. OLE color: 7214273.
HSL color Cylindrical-coordinate representation of color #C1146E: hue angle of 328.79º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1146E is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 110 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.24 |
| HSL | 328.79º | 0.81% | 0.42% | - |
| HSV(B) | 328.79º | 0.9% | 0.76% | - |
| XYZ | 25.06 | 12.96 | 15.93 | - |
| YUV | 81.99 | 143.81 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 110 | 0 | 0.90 | 0.43 | 0.24 | 328.79 | 0.81 | 0.42 |
| Hex | C1 | 14 | 6E | 0 | 5A | 2B | 18 | 149 | 51 | 2A |
| Octal | 301 | 24 | 156 | 0 | 132 | 53 | 30 | 511 | 121 | 52 |
| Binary | 11000001 | 10100 | 1101110 | 0 | 1011010 | 101011 | 11000 | 101001001 | 1010001 | 101010 |
Color Harmonies of #C1146E
Complementary color
Monochromatic Colors of #C1146E
Black with #C1146E
Text Example
Text Example
White with #C1146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1146E; }
p { color: rgb(193,20,110); }
H1.HeaderClassName
{
color: #C1146E;
}
.AnyTagClassName
{
color: #C1146E;
}
</style>
background-color css
<style>
a { background-color: #C1146E; }
a { background-color: rgb(193,20,110); }
div.DivClassName
{
background-color: #C1146E;
}
.BgClassName
{
background-color: #C1146E;
}
</style>
border-color css
<style>
span { border-color: #C1146E; }
span { border-color: rgb(193,20,110); }
td.TdClassName
{
border-color: #C1146E;
}
.TagClassName
{
border-color: #C1146E;
}
</style>