Shades of Medium Violet Red #C31774
Tints of Medium Violet Red #C31774
RGB
CMYK
RGB Variations
Color information
#C31774 (or 0xC31774) is known color: Medium Violet Red. HEX triplet: C3, 17 and 74. RGB value is (195,23,116). Sum of RGB (Red+Green+Blue) = 195+23+116=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C31774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31774 is #3CE88B. Grayscale: #545454. Windows color (decimal): -3991692 or 7608259. OLE color: 7608259.
HSL color Cylindrical-coordinate representation of color #C31774: hue angle of 327.56º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31774 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 116 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.24 |
| HSL | 327.56º | 0.79% | 0.43% | - |
| HSV(B) | 327.56º | 0.88% | 0.76% | - |
| XYZ | 25.96 | 13.48 | 17.76 | - |
| YUV | 85.03 | 145.48 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 116 | 0 | 0.88 | 0.41 | 0.24 | 327.56 | 0.79 | 0.43 |
| Hex | C3 | 17 | 74 | 0 | 58 | 29 | 18 | 148 | 4F | 2B |
| Octal | 303 | 27 | 164 | 0 | 130 | 51 | 30 | 510 | 117 | 53 |
| Binary | 11000011 | 10111 | 1110100 | 0 | 1011000 | 101001 | 11000 | 101001000 | 1001111 | 101011 |
Color Harmonies of #C31774
Complementary color
Monochromatic Colors of #C31774
Black with #C31774
Text Example
Text Example
White with #C31774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31774; }
p { color: rgb(195,23,116); }
H1.HeaderClassName
{
color: #C31774;
}
.AnyTagClassName
{
color: #C31774;
}
</style>
background-color css
<style>
a { background-color: #C31774; }
a { background-color: rgb(195,23,116); }
div.DivClassName
{
background-color: #C31774;
}
.BgClassName
{
background-color: #C31774;
}
</style>
border-color css
<style>
span { border-color: #C31774; }
span { border-color: rgb(195,23,116); }
td.TdClassName
{
border-color: #C31774;
}
.TagClassName
{
border-color: #C31774;
}
</style>