Shades of Medium Violet Red #C31AA5
Tints of Medium Violet Red #C31AA5
RGB
CMYK
RGB Variations
Color information
#C31AA5 (or 0xC31AA5) is known color: Medium Violet Red. HEX triplet: C3, 1A and A5. RGB value is (195,26,165). Sum of RGB (Red+Green+Blue) = 195+26+165=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C31AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31AA5 is #3CE55A. Grayscale: #5B5B5B. Windows color (decimal): -3990875 or 10820291. OLE color: 10820291.
HSL color Cylindrical-coordinate representation of color #C31AA5: hue angle of 310.65º 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 #C31AA5 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 165 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.24 |
| HSL | 310.65º | 0.76% | 0.43% | - |
| HSV(B) | 310.65º | 0.87% | 0.76% | - |
| XYZ | 29.67 | 15.06 | 36.94 | - |
| YUV | 92.38 | 168.99 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 165 | 0 | 0.87 | 0.15 | 0.24 | 310.65 | 0.76 | 0.43 |
| Hex | C3 | 1A | A5 | 0 | 57 | F | 18 | 137 | 4C | 2B |
| Octal | 303 | 32 | 245 | 0 | 127 | 17 | 30 | 467 | 114 | 53 |
| Binary | 11000011 | 11010 | 10100101 | 0 | 1010111 | 1111 | 11000 | 100110111 | 1001100 | 101011 |
Color Harmonies of #C31AA5
Complementary color
Monochromatic Colors of #C31AA5
Black with #C31AA5
Text Example
Text Example
White with #C31AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31AA5; }
p { color: rgb(195,26,165); }
H1.HeaderClassName
{
color: #C31AA5;
}
.AnyTagClassName
{
color: #C31AA5;
}
</style>
background-color css
<style>
a { background-color: #C31AA5; }
a { background-color: rgb(195,26,165); }
div.DivClassName
{
background-color: #C31AA5;
}
.BgClassName
{
background-color: #C31AA5;
}
</style>
border-color css
<style>
span { border-color: #C31AA5; }
span { border-color: rgb(195,26,165); }
td.TdClassName
{
border-color: #C31AA5;
}
.TagClassName
{
border-color: #C31AA5;
}
</style>