Shades of Medium Violet Red #C31072
Tints of Medium Violet Red #C31072
RGB
CMYK
RGB Variations
Color information
#C31072 (or 0xC31072) is known color: Medium Violet Red. HEX triplet: C3, 10 and 72. RGB value is (195,16,114). Sum of RGB (Red+Green+Blue) = 195+16+114=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C31072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31072 is #3CEF8D. Grayscale: #505050. Windows color (decimal): -3993486 or 7475395. OLE color: 7475395.
HSL color Cylindrical-coordinate representation of color #C31072: hue angle of 327.15º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31072 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 114 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.24 |
| HSL | 327.15º | 0.85% | 0.41% | - |
| HSV(B) | 327.15º | 0.92% | 0.76% | - |
| XYZ | 25.73 | 13.19 | 17.11 | - |
| YUV | 80.69 | 146.8 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 114 | 0 | 0.92 | 0.42 | 0.24 | 327.15 | 0.85 | 0.41 |
| Hex | C3 | 10 | 72 | 0 | 5C | 2A | 18 | 147 | 55 | 29 |
| Octal | 303 | 20 | 162 | 0 | 134 | 52 | 30 | 507 | 125 | 51 |
| Binary | 11000011 | 10000 | 1110010 | 0 | 1011100 | 101010 | 11000 | 101000111 | 1010101 | 101001 |
Color Harmonies of #C31072
Complementary color
Monochromatic Colors of #C31072
Black with #C31072
Text Example
Text Example
White with #C31072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31072; }
p { color: rgb(195,16,114); }
H1.HeaderClassName
{
color: #C31072;
}
.AnyTagClassName
{
color: #C31072;
}
</style>
background-color css
<style>
a { background-color: #C31072; }
a { background-color: rgb(195,16,114); }
div.DivClassName
{
background-color: #C31072;
}
.BgClassName
{
background-color: #C31072;
}
</style>
border-color css
<style>
span { border-color: #C31072; }
span { border-color: rgb(195,16,114); }
td.TdClassName
{
border-color: #C31072;
}
.TagClassName
{
border-color: #C31072;
}
</style>