Shades of Medium Violet Red #C31170
Tints of Medium Violet Red #C31170
RGB
CMYK
RGB Variations
Color information
#C31170 (or 0xC31170) is known color: Medium Violet Red. HEX triplet: C3, 11 and 70. RGB value is (195,17,112). Sum of RGB (Red+Green+Blue) = 195+17+112=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C31170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31170 is #3CEE8F. Grayscale: #505050. Windows color (decimal): -3993232 or 7344579. OLE color: 7344579.
HSL color Cylindrical-coordinate representation of color #C31170: hue angle of 327.98º 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 #C31170 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 112 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.24 |
| HSL | 327.98º | 0.84% | 0.42% | - |
| HSV(B) | 327.98º | 0.91% | 0.76% | - |
| XYZ | 25.63 | 13.17 | 16.52 | - |
| YUV | 81.05 | 145.47 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 112 | 0 | 0.91 | 0.43 | 0.24 | 327.98 | 0.84 | 0.42 |
| Hex | C3 | 11 | 70 | 0 | 5B | 2B | 18 | 148 | 54 | 2A |
| Octal | 303 | 21 | 160 | 0 | 133 | 53 | 30 | 510 | 124 | 52 |
| Binary | 11000011 | 10001 | 1110000 | 0 | 1011011 | 101011 | 11000 | 101001000 | 1010100 | 101010 |
Color Harmonies of #C31170
Complementary color
Monochromatic Colors of #C31170
Black with #C31170
Text Example
Text Example
White with #C31170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31170; }
p { color: rgb(195,17,112); }
H1.HeaderClassName
{
color: #C31170;
}
.AnyTagClassName
{
color: #C31170;
}
</style>
background-color css
<style>
a { background-color: #C31170; }
a { background-color: rgb(195,17,112); }
div.DivClassName
{
background-color: #C31170;
}
.BgClassName
{
background-color: #C31170;
}
</style>
border-color css
<style>
span { border-color: #C31170; }
span { border-color: rgb(195,17,112); }
td.TdClassName
{
border-color: #C31170;
}
.TagClassName
{
border-color: #C31170;
}
</style>