Shades of Medium Violet Red #C31AA8
Tints of Medium Violet Red #C31AA8
RGB
CMYK
RGB Variations
Color information
#C31AA8 (or 0xC31AA8) is known color: Medium Violet Red. HEX triplet: C3, 1A and A8. RGB value is (195,26,168). Sum of RGB (Red+Green+Blue) = 195+26+168=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C31AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31AA8 is #3CE557. Grayscale: #5C5C5C. Windows color (decimal): -3990872 or 11016899. OLE color: 11016899.
HSL color Cylindrical-coordinate representation of color #C31AA8: hue angle of 309.59º 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 #C31AA8 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 168 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.24 |
| HSL | 309.59º | 0.76% | 0.43% | - |
| HSV(B) | 309.59º | 0.87% | 0.76% | - |
| XYZ | 29.94 | 15.17 | 38.4 | - |
| YUV | 92.72 | 170.49 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 168 | 0 | 0.87 | 0.14 | 0.24 | 309.59 | 0.76 | 0.43 |
| Hex | C3 | 1A | A8 | 0 | 57 | E | 18 | 136 | 4C | 2B |
| Octal | 303 | 32 | 250 | 0 | 127 | 16 | 30 | 466 | 114 | 53 |
| Binary | 11000011 | 11010 | 10101000 | 0 | 1010111 | 1110 | 11000 | 100110110 | 1001100 | 101011 |
Color Harmonies of #C31AA8
Complementary color
Monochromatic Colors of #C31AA8
Black with #C31AA8
Text Example
Text Example
White with #C31AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31AA8; }
p { color: rgb(195,26,168); }
H1.HeaderClassName
{
color: #C31AA8;
}
.AnyTagClassName
{
color: #C31AA8;
}
</style>
background-color css
<style>
a { background-color: #C31AA8; }
a { background-color: rgb(195,26,168); }
div.DivClassName
{
background-color: #C31AA8;
}
.BgClassName
{
background-color: #C31AA8;
}
</style>
border-color css
<style>
span { border-color: #C31AA8; }
span { border-color: rgb(195,26,168); }
td.TdClassName
{
border-color: #C31AA8;
}
.TagClassName
{
border-color: #C31AA8;
}
</style>