Shades of Medium Violet Red #C31AAA
Tints of Medium Violet Red #C31AAA
RGB
CMYK
RGB Variations
Color information
#C31AAA (or 0xC31AAA) is known color: Medium Violet Red. HEX triplet: C3, 1A and AA. RGB value is (195,26,170). Sum of RGB (Red+Green+Blue) = 195+26+170=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C31AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31AAA is #3CE555. Grayscale: #5C5C5C. Windows color (decimal): -3990870 or 11147971. OLE color: 11147971.
HSL color Cylindrical-coordinate representation of color #C31AAA: hue angle of 308.88º 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 #C31AAA is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 170 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.24 |
| HSL | 308.88º | 0.76% | 0.43% | - |
| HSV(B) | 308.88º | 0.87% | 0.76% | - |
| XYZ | 30.13 | 15.24 | 39.38 | - |
| YUV | 92.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 170 | 0 | 0.87 | 0.13 | 0.24 | 308.88 | 0.76 | 0.43 |
| Hex | C3 | 1A | AA | 0 | 57 | D | 18 | 135 | 4C | 2B |
| Octal | 303 | 32 | 252 | 0 | 127 | 15 | 30 | 465 | 114 | 53 |
| Binary | 11000011 | 11010 | 10101010 | 0 | 1010111 | 1101 | 11000 | 100110101 | 1001100 | 101011 |
Color Harmonies of #C31AAA
Complementary color
Monochromatic Colors of #C31AAA
Black with #C31AAA
Text Example
Text Example
White with #C31AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31AAA; }
p { color: rgb(195,26,170); }
H1.HeaderClassName
{
color: #C31AAA;
}
.AnyTagClassName
{
color: #C31AAA;
}
</style>
background-color css
<style>
a { background-color: #C31AAA; }
a { background-color: rgb(195,26,170); }
div.DivClassName
{
background-color: #C31AAA;
}
.BgClassName
{
background-color: #C31AAA;
}
</style>
border-color css
<style>
span { border-color: #C31AAA; }
span { border-color: rgb(195,26,170); }
td.TdClassName
{
border-color: #C31AAA;
}
.TagClassName
{
border-color: #C31AAA;
}
</style>