Shades of Medium Violet Red #C31675
Tints of Medium Violet Red #C31675
RGB
CMYK
RGB Variations
Color information
#C31675 (or 0xC31675) is known color: Medium Violet Red. HEX triplet: C3, 16 and 75. RGB value is (195,22,117). Sum of RGB (Red+Green+Blue) = 195+22+117=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C31675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31675 is #3CE98A. Grayscale: #545454. Windows color (decimal): -3991947 or 7673539. OLE color: 7673539.
HSL color Cylindrical-coordinate representation of color #C31675: hue angle of 327.05º 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 #C31675 is Cyan = 0, Magento = 0.89, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 117 | - |
| CMYK | 0 | 0.89 | 0.4 | 0.24 |
| HSL | 327.05º | 0.8% | 0.43% | - |
| HSV(B) | 327.05º | 0.89% | 0.76% | - |
| XYZ | 26 | 13.46 | 18.06 | - |
| YUV | 84.56 | 146.31 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 117 | 0 | 0.89 | 0.4 | 0.24 | 327.05 | 0.8 | 0.43 |
| Hex | C3 | 16 | 75 | 0 | 59 | 28 | 18 | 147 | 50 | 2B |
| Octal | 303 | 26 | 165 | 0 | 131 | 50 | 30 | 507 | 120 | 53 |
| Binary | 11000011 | 10110 | 1110101 | 0 | 1011001 | 101000 | 11000 | 101000111 | 1010000 | 101011 |
Color Harmonies of #C31675
Complementary color
Monochromatic Colors of #C31675
Black with #C31675
Text Example
Text Example
White with #C31675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31675; }
p { color: rgb(195,22,117); }
H1.HeaderClassName
{
color: #C31675;
}
.AnyTagClassName
{
color: #C31675;
}
</style>
background-color css
<style>
a { background-color: #C31675; }
a { background-color: rgb(195,22,117); }
div.DivClassName
{
background-color: #C31675;
}
.BgClassName
{
background-color: #C31675;
}
</style>
border-color css
<style>
span { border-color: #C31675; }
span { border-color: rgb(195,22,117); }
td.TdClassName
{
border-color: #C31675;
}
.TagClassName
{
border-color: #C31675;
}
</style>