Shades of Medium Violet Red #C2117A
Tints of Medium Violet Red #C2117A
RGB
CMYK
RGB Variations
Color information
#C2117A (or 0xC2117A) is known color: Medium Violet Red. HEX triplet: C2, 11 and 7A. RGB value is (194,17,122). Sum of RGB (Red+Green+Blue) = 194+17+122=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C2117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2117A is #3DEE85. Grayscale: #515151. Windows color (decimal): -4058758 or 7999938. OLE color: 7999938.
HSL color Cylindrical-coordinate representation of color #C2117A: hue angle of 324.41º degrees, saturation: 0.84, 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 #C2117A is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 122 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.24 |
| HSL | 324.41º | 0.84% | 0.41% | - |
| HSV(B) | 324.41º | 0.91% | 0.76% | - |
| XYZ | 25.96 | 13.28 | 19.61 | - |
| YUV | 81.89 | 150.64 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 122 | 0 | 0.91 | 0.37 | 0.24 | 324.41 | 0.84 | 0.41 |
| Hex | C2 | 11 | 7A | 0 | 5B | 25 | 18 | 144 | 54 | 29 |
| Octal | 302 | 21 | 172 | 0 | 133 | 45 | 30 | 504 | 124 | 51 |
| Binary | 11000010 | 10001 | 1111010 | 0 | 1011011 | 100101 | 11000 | 101000100 | 1010100 | 101001 |
Color Harmonies of #C2117A
Complementary color
Monochromatic Colors of #C2117A
Black with #C2117A
Text Example
Text Example
White with #C2117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2117A; }
p { color: rgb(194,17,122); }
H1.HeaderClassName
{
color: #C2117A;
}
.AnyTagClassName
{
color: #C2117A;
}
</style>
background-color css
<style>
a { background-color: #C2117A; }
a { background-color: rgb(194,17,122); }
div.DivClassName
{
background-color: #C2117A;
}
.BgClassName
{
background-color: #C2117A;
}
</style>
border-color css
<style>
span { border-color: #C2117A; }
span { border-color: rgb(194,17,122); }
td.TdClassName
{
border-color: #C2117A;
}
.TagClassName
{
border-color: #C2117A;
}
</style>