Shades of Medium Red Violet #C1317E
Tints of Medium Red Violet #C1317E
RGB
CMYK
RGB Variations
Color information
#C1317E (or 0xC1317E) is known color: Medium Red Violet. HEX triplet: C1, 31 and 7E. RGB value is (193,49,126). Sum of RGB (Red+Green+Blue) = 193+49+126=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1317E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1317E is #3ECE81. Grayscale: #646464. Windows color (decimal): -4116098 or 8270273. OLE color: 8270273.
HSL color Cylindrical-coordinate representation of color #C1317E: hue angle of 327.92º 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 #C1317E is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 126 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.24 |
| HSL | 327.92º | 0.6% | 0.47% | - |
| HSV(B) | 327.92º | 0.75% | 0.76% | - |
| XYZ | 26.86 | 15.04 | 21.23 | - |
| YUV | 100.83 | 142.21 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 126 | 0 | 0.75 | 0.35 | 0.24 | 327.92 | 0.6 | 0.47 |
| Hex | C1 | 31 | 7E | 0 | 4B | 23 | 18 | 148 | 3C | 2F |
| Octal | 301 | 61 | 176 | 0 | 113 | 43 | 30 | 510 | 74 | 57 |
| Binary | 11000001 | 110001 | 1111110 | 0 | 1001011 | 100011 | 11000 | 101001000 | 111100 | 101111 |
Color Harmonies of #C1317E
Complementary color
Monochromatic Colors of #C1317E
Black with #C1317E
Text Example
Text Example
White with #C1317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1317E; }
p { color: rgb(193,49,126); }
H1.HeaderClassName
{
color: #C1317E;
}
.AnyTagClassName
{
color: #C1317E;
}
</style>
background-color css
<style>
a { background-color: #C1317E; }
a { background-color: rgb(193,49,126); }
div.DivClassName
{
background-color: #C1317E;
}
.BgClassName
{
background-color: #C1317E;
}
</style>
border-color css
<style>
span { border-color: #C1317E; }
span { border-color: rgb(193,49,126); }
td.TdClassName
{
border-color: #C1317E;
}
.TagClassName
{
border-color: #C1317E;
}
</style>