Shades of Medium Violet Red #C2117F
Tints of Medium Violet Red #C2117F
RGB
CMYK
RGB Variations
Color information
#C2117F (or 0xC2117F) is known color: Medium Violet Red. HEX triplet: C2, 11 and 7F. RGB value is (194,17,127). Sum of RGB (Red+Green+Blue) = 194+17+127=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2117F is #3DEE80. Grayscale: #525252. Windows color (decimal): -4058753 or 8327618. OLE color: 8327618.
HSL color Cylindrical-coordinate representation of color #C2117F: hue angle of 322.71º 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 #C2117F is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 127 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.24 |
| HSL | 322.71º | 0.84% | 0.41% | - |
| HSV(B) | 322.71º | 0.91% | 0.76% | - |
| XYZ | 26.28 | 13.4 | 21.28 | - |
| YUV | 82.46 | 153.14 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 127 | 0 | 0.91 | 0.35 | 0.24 | 322.71 | 0.84 | 0.41 |
| Hex | C2 | 11 | 7F | 0 | 5B | 23 | 18 | 143 | 54 | 29 |
| Octal | 302 | 21 | 177 | 0 | 133 | 43 | 30 | 503 | 124 | 51 |
| Binary | 11000010 | 10001 | 1111111 | 0 | 1011011 | 100011 | 11000 | 101000011 | 1010100 | 101001 |
Color Harmonies of #C2117F
Complementary color
Monochromatic Colors of #C2117F
Black with #C2117F
Text Example
Text Example
White with #C2117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2117F; }
p { color: rgb(194,17,127); }
H1.HeaderClassName
{
color: #C2117F;
}
.AnyTagClassName
{
color: #C2117F;
}
</style>
background-color css
<style>
a { background-color: #C2117F; }
a { background-color: rgb(194,17,127); }
div.DivClassName
{
background-color: #C2117F;
}
.BgClassName
{
background-color: #C2117F;
}
</style>
border-color css
<style>
span { border-color: #C2117F; }
span { border-color: rgb(194,17,127); }
td.TdClassName
{
border-color: #C2117F;
}
.TagClassName
{
border-color: #C2117F;
}
</style>