Shades of Medium Red Violet #C1317C
Tints of Medium Red Violet #C1317C
RGB
CMYK
RGB Variations
Color information
#C1317C (or 0xC1317C) is known color: Medium Red Violet. HEX triplet: C1, 31 and 7C. RGB value is (193,49,124). Sum of RGB (Red+Green+Blue) = 193+49+124=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1317C is #3ECE83. Grayscale: #646464. Windows color (decimal): -4116100 or 8139201. OLE color: 8139201.
HSL color Cylindrical-coordinate representation of color #C1317C: hue angle of 328.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1317C is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 124 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.24 |
| HSL | 328.75º | 0.6% | 0.47% | - |
| HSV(B) | 328.75º | 0.75% | 0.76% | - |
| XYZ | 26.73 | 14.99 | 20.55 | - |
| YUV | 100.61 | 141.21 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 124 | 0 | 0.75 | 0.36 | 0.24 | 328.75 | 0.6 | 0.47 |
| Hex | C1 | 31 | 7C | 0 | 4B | 24 | 18 | 149 | 3C | 2F |
| Octal | 301 | 61 | 174 | 0 | 113 | 44 | 30 | 511 | 74 | 57 |
| Binary | 11000001 | 110001 | 1111100 | 0 | 1001011 | 100100 | 11000 | 101001001 | 111100 | 101111 |
Color Harmonies of #C1317C
Complementary color
Monochromatic Colors of #C1317C
Black with #C1317C
Text Example
Text Example
White with #C1317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1317C; }
p { color: rgb(193,49,124); }
H1.HeaderClassName
{
color: #C1317C;
}
.AnyTagClassName
{
color: #C1317C;
}
</style>
background-color css
<style>
a { background-color: #C1317C; }
a { background-color: rgb(193,49,124); }
div.DivClassName
{
background-color: #C1317C;
}
.BgClassName
{
background-color: #C1317C;
}
</style>
border-color css
<style>
span { border-color: #C1317C; }
span { border-color: rgb(193,49,124); }
td.TdClassName
{
border-color: #C1317C;
}
.TagClassName
{
border-color: #C1317C;
}
</style>