Shades of Medium Violet Red #C2117C
Tints of Medium Violet Red #C2117C
RGB
CMYK
RGB Variations
Color information
#C2117C (or 0xC2117C) is known color: Medium Violet Red. HEX triplet: C2, 11 and 7C. RGB value is (194,17,124). Sum of RGB (Red+Green+Blue) = 194+17+124=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C2117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2117C is #3DEE83. Grayscale: #515151. Windows color (decimal): -4058756 or 8131010. OLE color: 8131010.
HSL color Cylindrical-coordinate representation of color #C2117C: hue angle of 323.73º 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 #C2117C is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 124 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.24 |
| HSL | 323.73º | 0.84% | 0.41% | - |
| HSV(B) | 323.73º | 0.91% | 0.76% | - |
| XYZ | 26.09 | 13.33 | 20.27 | - |
| YUV | 82.12 | 151.64 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 124 | 0 | 0.91 | 0.36 | 0.24 | 323.73 | 0.84 | 0.41 |
| Hex | C2 | 11 | 7C | 0 | 5B | 24 | 18 | 144 | 54 | 29 |
| Octal | 302 | 21 | 174 | 0 | 133 | 44 | 30 | 504 | 124 | 51 |
| Binary | 11000010 | 10001 | 1111100 | 0 | 1011011 | 100100 | 11000 | 101000100 | 1010100 | 101001 |
Color Harmonies of #C2117C
Complementary color
Monochromatic Colors of #C2117C
Black with #C2117C
Text Example
Text Example
White with #C2117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2117C; }
p { color: rgb(194,17,124); }
H1.HeaderClassName
{
color: #C2117C;
}
.AnyTagClassName
{
color: #C2117C;
}
</style>
background-color css
<style>
a { background-color: #C2117C; }
a { background-color: rgb(194,17,124); }
div.DivClassName
{
background-color: #C2117C;
}
.BgClassName
{
background-color: #C2117C;
}
</style>
border-color css
<style>
span { border-color: #C2117C; }
span { border-color: rgb(194,17,124); }
td.TdClassName
{
border-color: #C2117C;
}
.TagClassName
{
border-color: #C2117C;
}
</style>