Shades of Medium Violet Red #C31AA6
Tints of Medium Violet Red #C31AA6
RGB
CMYK
RGB Variations
Color information
#C31AA6 (or 0xC31AA6) is known color: Medium Violet Red. HEX triplet: C3, 1A and A6. RGB value is (195,26,166). Sum of RGB (Red+Green+Blue) = 195+26+166=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C31AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31AA6 is #3CE559. Grayscale: #5C5C5C. Windows color (decimal): -3990874 or 10885827. OLE color: 10885827.
HSL color Cylindrical-coordinate representation of color #C31AA6: hue angle of 310.3º 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 #C31AA6 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 166 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.24 |
| HSL | 310.3º | 0.76% | 0.43% | - |
| HSV(B) | 310.3º | 0.87% | 0.76% | - |
| XYZ | 29.76 | 15.09 | 37.42 | - |
| YUV | 92.49 | 169.49 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 166 | 0 | 0.87 | 0.15 | 0.24 | 310.3 | 0.76 | 0.43 |
| Hex | C3 | 1A | A6 | 0 | 57 | F | 18 | 136 | 4C | 2B |
| Octal | 303 | 32 | 246 | 0 | 127 | 17 | 30 | 466 | 114 | 53 |
| Binary | 11000011 | 11010 | 10100110 | 0 | 1010111 | 1111 | 11000 | 100110110 | 1001100 | 101011 |
Color Harmonies of #C31AA6
Complementary color
Monochromatic Colors of #C31AA6
Black with #C31AA6
Text Example
Text Example
White with #C31AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31AA6; }
p { color: rgb(195,26,166); }
H1.HeaderClassName
{
color: #C31AA6;
}
.AnyTagClassName
{
color: #C31AA6;
}
</style>
background-color css
<style>
a { background-color: #C31AA6; }
a { background-color: rgb(195,26,166); }
div.DivClassName
{
background-color: #C31AA6;
}
.BgClassName
{
background-color: #C31AA6;
}
</style>
border-color css
<style>
span { border-color: #C31AA6; }
span { border-color: rgb(195,26,166); }
td.TdClassName
{
border-color: #C31AA6;
}
.TagClassName
{
border-color: #C31AA6;
}
</style>