Shades of Medium Violet Red #C31A81
Tints of Medium Violet Red #C31A81
RGB
CMYK
RGB Variations
Color information
#C31A81 (or 0xC31A81) is known color: Medium Violet Red. HEX triplet: C3, 1A and 81. RGB value is (195,26,129). Sum of RGB (Red+Green+Blue) = 195+26+129=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31A81 is #3CE57E. Grayscale: #585858. Windows color (decimal): -3990911 or 8460995. OLE color: 8460995.
HSL color Cylindrical-coordinate representation of color #C31A81: hue angle of 323.43º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31A81 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 129 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.24 |
| HSL | 323.43º | 0.76% | 0.43% | - |
| HSV(B) | 323.43º | 0.87% | 0.76% | - |
| XYZ | 26.84 | 13.93 | 22.04 | - |
| YUV | 88.27 | 150.99 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 129 | 0 | 0.87 | 0.34 | 0.24 | 323.43 | 0.76 | 0.43 |
| Hex | C3 | 1A | 81 | 0 | 57 | 22 | 18 | 143 | 4C | 2B |
| Octal | 303 | 32 | 201 | 0 | 127 | 42 | 30 | 503 | 114 | 53 |
| Binary | 11000011 | 11010 | 10000001 | 0 | 1010111 | 100010 | 11000 | 101000011 | 1001100 | 101011 |
Color Harmonies of #C31A81
Complementary color
Monochromatic Colors of #C31A81
Black with #C31A81
Text Example
Text Example
White with #C31A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31A81; }
p { color: rgb(195,26,129); }
H1.HeaderClassName
{
color: #C31A81;
}
.AnyTagClassName
{
color: #C31A81;
}
</style>
background-color css
<style>
a { background-color: #C31A81; }
a { background-color: rgb(195,26,129); }
div.DivClassName
{
background-color: #C31A81;
}
.BgClassName
{
background-color: #C31A81;
}
</style>
border-color css
<style>
span { border-color: #C31A81; }
span { border-color: rgb(195,26,129); }
td.TdClassName
{
border-color: #C31A81;
}
.TagClassName
{
border-color: #C31A81;
}
</style>