Shades of Medium Violet Red #C31381
Tints of Medium Violet Red #C31381
RGB
CMYK
RGB Variations
Color information
#C31381 (or 0xC31381) is known color: Medium Violet Red. HEX triplet: C3, 13 and 81. RGB value is (195,19,129). Sum of RGB (Red+Green+Blue) = 195+19+129=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C31381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31381 is #3CEC7E. Grayscale: #535353. Windows color (decimal): -3992703 or 8459203. OLE color: 8459203.
HSL color Cylindrical-coordinate representation of color #C31381: hue angle of 322.5º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31381 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 129 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.24 |
| HSL | 322.5º | 0.82% | 0.42% | - |
| HSV(B) | 322.5º | 0.9% | 0.76% | - |
| XYZ | 26.7 | 13.65 | 22 | - |
| YUV | 84.16 | 153.31 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 129 | 0 | 0.90 | 0.34 | 0.24 | 322.5 | 0.82 | 0.42 |
| Hex | C3 | 13 | 81 | 0 | 5A | 22 | 18 | 142 | 52 | 2A |
| Octal | 303 | 23 | 201 | 0 | 132 | 42 | 30 | 502 | 122 | 52 |
| Binary | 11000011 | 10011 | 10000001 | 0 | 1011010 | 100010 | 11000 | 101000010 | 1010010 | 101010 |
Color Harmonies of #C31381
Complementary color
Monochromatic Colors of #C31381
Black with #C31381
Text Example
Text Example
White with #C31381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31381; }
p { color: rgb(195,19,129); }
H1.HeaderClassName
{
color: #C31381;
}
.AnyTagClassName
{
color: #C31381;
}
</style>
background-color css
<style>
a { background-color: #C31381; }
a { background-color: rgb(195,19,129); }
div.DivClassName
{
background-color: #C31381;
}
.BgClassName
{
background-color: #C31381;
}
</style>
border-color css
<style>
span { border-color: #C31381; }
span { border-color: rgb(195,19,129); }
td.TdClassName
{
border-color: #C31381;
}
.TagClassName
{
border-color: #C31381;
}
</style>