Shades of Medium Violet Red #C3117F
Tints of Medium Violet Red #C3117F
RGB
CMYK
RGB Variations
Color information
#C3117F (or 0xC3117F) is known color: Medium Violet Red. HEX triplet: C3, 11 and 7F. RGB value is (195,17,127). Sum of RGB (Red+Green+Blue) = 195+17+127=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3117F is #3CEE80. Grayscale: #525252. Windows color (decimal): -3993217 or 8327619. OLE color: 8327619.
HSL color Cylindrical-coordinate representation of color #C3117F: hue angle of 322.92º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3117F is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 127 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.24 |
| HSL | 322.92º | 0.84% | 0.42% | - |
| HSV(B) | 322.92º | 0.91% | 0.76% | - |
| XYZ | 26.54 | 13.54 | 21.29 | - |
| YUV | 82.76 | 152.97 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 127 | 0 | 0.91 | 0.35 | 0.24 | 322.92 | 0.84 | 0.42 |
| Hex | C3 | 11 | 7F | 0 | 5B | 23 | 18 | 143 | 54 | 2A |
| Octal | 303 | 21 | 177 | 0 | 133 | 43 | 30 | 503 | 124 | 52 |
| Binary | 11000011 | 10001 | 1111111 | 0 | 1011011 | 100011 | 11000 | 101000011 | 1010100 | 101010 |
Color Harmonies of #C3117F
Complementary color
Monochromatic Colors of #C3117F
Black with #C3117F
Text Example
Text Example
White with #C3117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3117F; }
p { color: rgb(195,17,127); }
H1.HeaderClassName
{
color: #C3117F;
}
.AnyTagClassName
{
color: #C3117F;
}
</style>
background-color css
<style>
a { background-color: #C3117F; }
a { background-color: rgb(195,17,127); }
div.DivClassName
{
background-color: #C3117F;
}
.BgClassName
{
background-color: #C3117F;
}
</style>
border-color css
<style>
span { border-color: #C3117F; }
span { border-color: rgb(195,17,127); }
td.TdClassName
{
border-color: #C3117F;
}
.TagClassName
{
border-color: #C3117F;
}
</style>