Shades of Medium Violet Red #C31A8E
Tints of Medium Violet Red #C31A8E
RGB
CMYK
RGB Variations
Color information
#C31A8E (or 0xC31A8E) is known color: Medium Violet Red. HEX triplet: C3, 1A and 8E. RGB value is (195,26,142). Sum of RGB (Red+Green+Blue) = 195+26+142=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31A8E is #3CE571. Grayscale: #595959. Windows color (decimal): -3990898 or 9312963. OLE color: 9312963.
HSL color Cylindrical-coordinate representation of color #C31A8E: hue angle of 318.82º 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 #C31A8E is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 142 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.24 |
| HSL | 318.82º | 0.76% | 0.43% | - |
| HSV(B) | 318.82º | 0.87% | 0.76% | - |
| XYZ | 27.76 | 14.29 | 26.89 | - |
| YUV | 89.76 | 157.49 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 142 | 0 | 0.87 | 0.27 | 0.24 | 318.82 | 0.76 | 0.43 |
| Hex | C3 | 1A | 8E | 0 | 57 | 1B | 18 | 13F | 4C | 2B |
| Octal | 303 | 32 | 216 | 0 | 127 | 33 | 30 | 477 | 114 | 53 |
| Binary | 11000011 | 11010 | 10001110 | 0 | 1010111 | 11011 | 11000 | 100111111 | 1001100 | 101011 |
Color Harmonies of #C31A8E
Complementary color
Monochromatic Colors of #C31A8E
Black with #C31A8E
Text Example
Text Example
White with #C31A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31A8E; }
p { color: rgb(195,26,142); }
H1.HeaderClassName
{
color: #C31A8E;
}
.AnyTagClassName
{
color: #C31A8E;
}
</style>
background-color css
<style>
a { background-color: #C31A8E; }
a { background-color: rgb(195,26,142); }
div.DivClassName
{
background-color: #C31A8E;
}
.BgClassName
{
background-color: #C31A8E;
}
</style>
border-color css
<style>
span { border-color: #C31A8E; }
span { border-color: rgb(195,26,142); }
td.TdClassName
{
border-color: #C31A8E;
}
.TagClassName
{
border-color: #C31A8E;
}
</style>