Shades of Medium Violet Red #C114A1
Tints of Medium Violet Red #C114A1
RGB
CMYK
RGB Variations
Color information
#C114A1 (or 0xC114A1) is known color: Medium Violet Red. HEX triplet: C1, 14 and A1. RGB value is (193,20,161). Sum of RGB (Red+Green+Blue) = 193+20+161=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C114A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C114A1 is #3EEB5E. Grayscale: #575757. Windows color (decimal): -4123487 or 10556609. OLE color: 10556609.
HSL color Cylindrical-coordinate representation of color #C114A1: hue angle of 311.1º 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 #C114A1 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 161 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.24 |
| HSL | 311.1º | 0.81% | 0.42% | - |
| HSV(B) | 311.1º | 0.9% | 0.76% | - |
| XYZ | 28.68 | 14.41 | 34.99 | - |
| YUV | 87.8 | 169.31 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 161 | 0 | 0.90 | 0.17 | 0.24 | 311.1 | 0.81 | 0.42 |
| Hex | C1 | 14 | A1 | 0 | 5A | 11 | 18 | 137 | 51 | 2A |
| Octal | 301 | 24 | 241 | 0 | 132 | 21 | 30 | 467 | 121 | 52 |
| Binary | 11000001 | 10100 | 10100001 | 0 | 1011010 | 10001 | 11000 | 100110111 | 1010001 | 101010 |
Color Harmonies of #C114A1
Complementary color
Monochromatic Colors of #C114A1
Black with #C114A1
Text Example
Text Example
White with #C114A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C114A1; }
p { color: rgb(193,20,161); }
H1.HeaderClassName
{
color: #C114A1;
}
.AnyTagClassName
{
color: #C114A1;
}
</style>
background-color css
<style>
a { background-color: #C114A1; }
a { background-color: rgb(193,20,161); }
div.DivClassName
{
background-color: #C114A1;
}
.BgClassName
{
background-color: #C114A1;
}
</style>
border-color css
<style>
span { border-color: #C114A1; }
span { border-color: rgb(193,20,161); }
td.TdClassName
{
border-color: #C114A1;
}
.TagClassName
{
border-color: #C114A1;
}
</style>