Shades of Medium Violet Red #C31AA0
Tints of Medium Violet Red #C31AA0
RGB
CMYK
RGB Variations
Color information
#C31AA0 (or 0xC31AA0) is known color: Medium Violet Red. HEX triplet: C3, 1A and A0. RGB value is (195,26,160). Sum of RGB (Red+Green+Blue) = 195+26+160=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C31AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31AA0 is #3CE55F. Grayscale: #5B5B5B. Windows color (decimal): -3990880 or 10492611. OLE color: 10492611.
HSL color Cylindrical-coordinate representation of color #C31AA0: hue angle of 312.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 #C31AA0 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 160 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.24 |
| HSL | 312.43º | 0.76% | 0.43% | - |
| HSV(B) | 312.43º | 0.87% | 0.76% | - |
| XYZ | 29.22 | 14.88 | 34.59 | - |
| YUV | 91.81 | 166.49 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 160 | 0 | 0.87 | 0.18 | 0.24 | 312.43 | 0.76 | 0.43 |
| Hex | C3 | 1A | A0 | 0 | 57 | 12 | 18 | 138 | 4C | 2B |
| Octal | 303 | 32 | 240 | 0 | 127 | 22 | 30 | 470 | 114 | 53 |
| Binary | 11000011 | 11010 | 10100000 | 0 | 1010111 | 10010 | 11000 | 100111000 | 1001100 | 101011 |
Color Harmonies of #C31AA0
Complementary color
Monochromatic Colors of #C31AA0
Black with #C31AA0
Text Example
Text Example
White with #C31AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31AA0; }
p { color: rgb(195,26,160); }
H1.HeaderClassName
{
color: #C31AA0;
}
.AnyTagClassName
{
color: #C31AA0;
}
</style>
background-color css
<style>
a { background-color: #C31AA0; }
a { background-color: rgb(195,26,160); }
div.DivClassName
{
background-color: #C31AA0;
}
.BgClassName
{
background-color: #C31AA0;
}
</style>
border-color css
<style>
span { border-color: #C31AA0; }
span { border-color: rgb(195,26,160); }
td.TdClassName
{
border-color: #C31AA0;
}
.TagClassName
{
border-color: #C31AA0;
}
</style>