Shades of Medium Violet Red #C31C74
Tints of Medium Violet Red #C31C74
RGB
CMYK
RGB Variations
Color information
#C31C74 (or 0xC31C74) is known color: Medium Violet Red. HEX triplet: C3, 1C and 74. RGB value is (195,28,116). Sum of RGB (Red+Green+Blue) = 195+28+116=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C74 is #3CE38B. Grayscale: #575757. Windows color (decimal): -3990412 or 7609539. OLE color: 7609539.
HSL color Cylindrical-coordinate representation of color #C31C74: hue angle of 328.38º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C74 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 116 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.24 |
| HSL | 328.38º | 0.75% | 0.44% | - |
| HSV(B) | 328.38º | 0.86% | 0.76% | - |
| XYZ | 26.07 | 13.69 | 17.79 | - |
| YUV | 87.97 | 143.83 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 116 | 0 | 0.86 | 0.41 | 0.24 | 328.38 | 0.75 | 0.44 |
| Hex | C3 | 1C | 74 | 0 | 56 | 29 | 18 | 148 | 4B | 2C |
| Octal | 303 | 34 | 164 | 0 | 126 | 51 | 30 | 510 | 113 | 54 |
| Binary | 11000011 | 11100 | 1110100 | 0 | 1010110 | 101001 | 11000 | 101001000 | 1001011 | 101100 |
Color Harmonies of #C31C74
Complementary color
Monochromatic Colors of #C31C74
Black with #C31C74
Text Example
Text Example
White with #C31C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C74; }
p { color: rgb(195,28,116); }
H1.HeaderClassName
{
color: #C31C74;
}
.AnyTagClassName
{
color: #C31C74;
}
</style>
background-color css
<style>
a { background-color: #C31C74; }
a { background-color: rgb(195,28,116); }
div.DivClassName
{
background-color: #C31C74;
}
.BgClassName
{
background-color: #C31C74;
}
</style>
border-color css
<style>
span { border-color: #C31C74; }
span { border-color: rgb(195,28,116); }
td.TdClassName
{
border-color: #C31C74;
}
.TagClassName
{
border-color: #C31C74;
}
</style>