Shades of Medium Violet Red #C31EAA
Tints of Medium Violet Red #C31EAA
RGB
CMYK
RGB Variations
Color information
#C31EAA (or 0xC31EAA) is known color: Medium Violet Red. HEX triplet: C3, 1E and AA. RGB value is (195,30,170). Sum of RGB (Red+Green+Blue) = 195+30+170=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C31EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31EAA is #3CE155. Grayscale: #5E5E5E. Windows color (decimal): -3989846 or 11148995. OLE color: 11148995.
HSL color Cylindrical-coordinate representation of color #C31EAA: hue angle of 309.09º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31EAA is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 170 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.24 |
| HSL | 309.09º | 0.73% | 0.44% | - |
| HSV(B) | 309.09º | 0.85% | 0.76% | - |
| XYZ | 30.23 | 15.43 | 39.42 | - |
| YUV | 95.3 | 170.16 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 170 | 0 | 0.85 | 0.13 | 0.24 | 309.09 | 0.73 | 0.44 |
| Hex | C3 | 1E | AA | 0 | 55 | D | 18 | 135 | 49 | 2C |
| Octal | 303 | 36 | 252 | 0 | 125 | 15 | 30 | 465 | 111 | 54 |
| Binary | 11000011 | 11110 | 10101010 | 0 | 1010101 | 1101 | 11000 | 100110101 | 1001001 | 101100 |
Color Harmonies of #C31EAA
Complementary color
Monochromatic Colors of #C31EAA
Black with #C31EAA
Text Example
Text Example
White with #C31EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31EAA; }
p { color: rgb(195,30,170); }
H1.HeaderClassName
{
color: #C31EAA;
}
.AnyTagClassName
{
color: #C31EAA;
}
</style>
background-color css
<style>
a { background-color: #C31EAA; }
a { background-color: rgb(195,30,170); }
div.DivClassName
{
background-color: #C31EAA;
}
.BgClassName
{
background-color: #C31EAA;
}
</style>
border-color css
<style>
span { border-color: #C31EAA; }
span { border-color: rgb(195,30,170); }
td.TdClassName
{
border-color: #C31EAA;
}
.TagClassName
{
border-color: #C31EAA;
}
</style>