Shades of Medium Violet Red #C31674
Tints of Medium Violet Red #C31674
RGB
CMYK
RGB Variations
Color information
#C31674 (or 0xC31674) is known color: Medium Violet Red. HEX triplet: C3, 16 and 74. RGB value is (195,22,116). Sum of RGB (Red+Green+Blue) = 195+22+116=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C31674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31674 is #3CE98B. Grayscale: #545454. Windows color (decimal): -3991948 or 7608003. OLE color: 7608003.
HSL color Cylindrical-coordinate representation of color #C31674: hue angle of 327.4º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31674 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 116 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.24 |
| HSL | 327.4º | 0.8% | 0.43% | - |
| HSV(B) | 327.4º | 0.89% | 0.76% | - |
| XYZ | 25.94 | 13.44 | 17.75 | - |
| YUV | 84.44 | 145.81 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 116 | 0 | 0.89 | 0.41 | 0.24 | 327.4 | 0.8 | 0.43 |
| Hex | C3 | 16 | 74 | 0 | 59 | 29 | 18 | 147 | 50 | 2B |
| Octal | 303 | 26 | 164 | 0 | 131 | 51 | 30 | 507 | 120 | 53 |
| Binary | 11000011 | 10110 | 1110100 | 0 | 1011001 | 101001 | 11000 | 101000111 | 1010000 | 101011 |
Color Harmonies of #C31674
Complementary color
Monochromatic Colors of #C31674
Black with #C31674
Text Example
Text Example
White with #C31674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31674; }
p { color: rgb(195,22,116); }
H1.HeaderClassName
{
color: #C31674;
}
.AnyTagClassName
{
color: #C31674;
}
</style>
background-color css
<style>
a { background-color: #C31674; }
a { background-color: rgb(195,22,116); }
div.DivClassName
{
background-color: #C31674;
}
.BgClassName
{
background-color: #C31674;
}
</style>
border-color css
<style>
span { border-color: #C31674; }
span { border-color: rgb(195,22,116); }
td.TdClassName
{
border-color: #C31674;
}
.TagClassName
{
border-color: #C31674;
}
</style>