Shades of Medium Violet Red #C31781
Tints of Medium Violet Red #C31781
RGB
CMYK
RGB Variations
Color information
#C31781 (or 0xC31781) is known color: Medium Violet Red. HEX triplet: C3, 17 and 81. RGB value is (195,23,129). Sum of RGB (Red+Green+Blue) = 195+23+129=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C31781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31781 is #3CE87E. Grayscale: #565656. Windows color (decimal): -3991679 or 8460227. OLE color: 8460227.
HSL color Cylindrical-coordinate representation of color #C31781: hue angle of 323.02º 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 #C31781 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 129 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.24 |
| HSL | 323.02º | 0.79% | 0.43% | - |
| HSV(B) | 323.02º | 0.88% | 0.76% | - |
| XYZ | 26.77 | 13.8 | 22.02 | - |
| YUV | 86.51 | 151.98 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 129 | 0 | 0.88 | 0.34 | 0.24 | 323.02 | 0.79 | 0.43 |
| Hex | C3 | 17 | 81 | 0 | 58 | 22 | 18 | 143 | 4F | 2B |
| Octal | 303 | 27 | 201 | 0 | 130 | 42 | 30 | 503 | 117 | 53 |
| Binary | 11000011 | 10111 | 10000001 | 0 | 1011000 | 100010 | 11000 | 101000011 | 1001111 | 101011 |
Color Harmonies of #C31781
Complementary color
Monochromatic Colors of #C31781
Black with #C31781
Text Example
Text Example
White with #C31781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31781; }
p { color: rgb(195,23,129); }
H1.HeaderClassName
{
color: #C31781;
}
.AnyTagClassName
{
color: #C31781;
}
</style>
background-color css
<style>
a { background-color: #C31781; }
a { background-color: rgb(195,23,129); }
div.DivClassName
{
background-color: #C31781;
}
.BgClassName
{
background-color: #C31781;
}
</style>
border-color css
<style>
span { border-color: #C31781; }
span { border-color: rgb(195,23,129); }
td.TdClassName
{
border-color: #C31781;
}
.TagClassName
{
border-color: #C31781;
}
</style>