Shades of Medium Violet Red #C118A2
Tints of Medium Violet Red #C118A2
RGB
CMYK
RGB Variations
Color information
#C118A2 (or 0xC118A2) is known color: Medium Violet Red. HEX triplet: C1, 18 and A2. RGB value is (193,24,162). Sum of RGB (Red+Green+Blue) = 193+24+162=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C118A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C118A2 is #3EE75D. Grayscale: #595959. Windows color (decimal): -4122462 or 10623169. OLE color: 10623169.
HSL color Cylindrical-coordinate representation of color #C118A2: hue angle of 311.01º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C118A2 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 162 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.24 |
| HSL | 311.01º | 0.78% | 0.43% | - |
| HSV(B) | 311.01º | 0.88% | 0.76% | - |
| XYZ | 28.84 | 14.6 | 35.48 | - |
| YUV | 90.26 | 168.49 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 162 | 0 | 0.88 | 0.16 | 0.24 | 311.01 | 0.78 | 0.43 |
| Hex | C1 | 18 | A2 | 0 | 58 | 10 | 18 | 137 | 4E | 2B |
| Octal | 301 | 30 | 242 | 0 | 130 | 20 | 30 | 467 | 116 | 53 |
| Binary | 11000001 | 11000 | 10100010 | 0 | 1011000 | 10000 | 11000 | 100110111 | 1001110 | 101011 |
Color Harmonies of #C118A2
Complementary color
Monochromatic Colors of #C118A2
Black with #C118A2
Text Example
Text Example
White with #C118A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C118A2; }
p { color: rgb(193,24,162); }
H1.HeaderClassName
{
color: #C118A2;
}
.AnyTagClassName
{
color: #C118A2;
}
</style>
background-color css
<style>
a { background-color: #C118A2; }
a { background-color: rgb(193,24,162); }
div.DivClassName
{
background-color: #C118A2;
}
.BgClassName
{
background-color: #C118A2;
}
</style>
border-color css
<style>
span { border-color: #C118A2; }
span { border-color: rgb(193,24,162); }
td.TdClassName
{
border-color: #C118A2;
}
.TagClassName
{
border-color: #C118A2;
}
</style>