Shades of Medium Violet Red #C31D79
Tints of Medium Violet Red #C31D79
RGB
CMYK
RGB Variations
Color information
#C31D79 (or 0xC31D79) is known color: Medium Violet Red. HEX triplet: C3, 1D and 79. RGB value is (195,29,121). Sum of RGB (Red+Green+Blue) = 195+29+121=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31D79 is #3CE286. Grayscale: #585858. Windows color (decimal): -3990151 or 7937475. OLE color: 7937475.
HSL color Cylindrical-coordinate representation of color #C31D79: hue angle of 326.75º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31D79 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 121 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.24 |
| HSL | 326.75º | 0.74% | 0.44% | - |
| HSV(B) | 326.75º | 0.85% | 0.76% | - |
| XYZ | 26.4 | 13.86 | 19.37 | - |
| YUV | 89.12 | 146 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 121 | 0 | 0.85 | 0.38 | 0.24 | 326.75 | 0.74 | 0.44 |
| Hex | C3 | 1D | 79 | 0 | 55 | 26 | 18 | 147 | 4A | 2C |
| Octal | 303 | 35 | 171 | 0 | 125 | 46 | 30 | 507 | 112 | 54 |
| Binary | 11000011 | 11101 | 1111001 | 0 | 1010101 | 100110 | 11000 | 101000111 | 1001010 | 101100 |
Color Harmonies of #C31D79
Complementary color
Monochromatic Colors of #C31D79
Black with #C31D79
Text Example
Text Example
White with #C31D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D79; }
p { color: rgb(195,29,121); }
H1.HeaderClassName
{
color: #C31D79;
}
.AnyTagClassName
{
color: #C31D79;
}
</style>
background-color css
<style>
a { background-color: #C31D79; }
a { background-color: rgb(195,29,121); }
div.DivClassName
{
background-color: #C31D79;
}
.BgClassName
{
background-color: #C31D79;
}
</style>
border-color css
<style>
span { border-color: #C31D79; }
span { border-color: rgb(195,29,121); }
td.TdClassName
{
border-color: #C31D79;
}
.TagClassName
{
border-color: #C31D79;
}
</style>