Shades of Medium Violet Red #C31A83
Tints of Medium Violet Red #C31A83
RGB
CMYK
RGB Variations
Color information
#C31A83 (or 0xC31A83) is known color: Medium Violet Red. HEX triplet: C3, 1A and 83. RGB value is (195,26,131). Sum of RGB (Red+Green+Blue) = 195+26+131=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31A83 is #3CE57C. Grayscale: #585858. Windows color (decimal): -3990909 or 8592067. OLE color: 8592067.
HSL color Cylindrical-coordinate representation of color #C31A83: hue angle of 322.72º 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 #C31A83 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 131 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.24 |
| HSL | 322.72º | 0.76% | 0.43% | - |
| HSV(B) | 322.72º | 0.87% | 0.76% | - |
| XYZ | 26.97 | 13.98 | 22.75 | - |
| YUV | 88.5 | 151.99 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 131 | 0 | 0.87 | 0.33 | 0.24 | 322.72 | 0.76 | 0.43 |
| Hex | C3 | 1A | 83 | 0 | 57 | 21 | 18 | 143 | 4C | 2B |
| Octal | 303 | 32 | 203 | 0 | 127 | 41 | 30 | 503 | 114 | 53 |
| Binary | 11000011 | 11010 | 10000011 | 0 | 1010111 | 100001 | 11000 | 101000011 | 1001100 | 101011 |
Color Harmonies of #C31A83
Complementary color
Monochromatic Colors of #C31A83
Black with #C31A83
Text Example
Text Example
White with #C31A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31A83; }
p { color: rgb(195,26,131); }
H1.HeaderClassName
{
color: #C31A83;
}
.AnyTagClassName
{
color: #C31A83;
}
</style>
background-color css
<style>
a { background-color: #C31A83; }
a { background-color: rgb(195,26,131); }
div.DivClassName
{
background-color: #C31A83;
}
.BgClassName
{
background-color: #C31A83;
}
</style>
border-color css
<style>
span { border-color: #C31A83; }
span { border-color: rgb(195,26,131); }
td.TdClassName
{
border-color: #C31A83;
}
.TagClassName
{
border-color: #C31A83;
}
</style>