Shades of Medium Violet Red #C31AA3
Tints of Medium Violet Red #C31AA3
RGB
CMYK
RGB Variations
Color information
#C31AA3 (or 0xC31AA3) is known color: Medium Violet Red. HEX triplet: C3, 1A and A3. RGB value is (195,26,163). Sum of RGB (Red+Green+Blue) = 195+26+163=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 163 (64.06% from 255 or 42.45% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C31AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31AA3 is #3CE55C. Grayscale: #5B5B5B. Windows color (decimal): -3990877 or 10689219. OLE color: 10689219.
HSL color Cylindrical-coordinate representation of color #C31AA3: hue angle of 311.36º 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 #C31AA3 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 163 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.24 |
| HSL | 311.36º | 0.76% | 0.43% | - |
| HSV(B) | 311.36º | 0.87% | 0.76% | - |
| XYZ | 29.49 | 14.99 | 35.99 | - |
| YUV | 92.15 | 167.99 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 163 | 0 | 0.87 | 0.16 | 0.24 | 311.36 | 0.76 | 0.43 |
| Hex | C3 | 1A | A3 | 0 | 57 | 10 | 18 | 137 | 4C | 2B |
| Octal | 303 | 32 | 243 | 0 | 127 | 20 | 30 | 467 | 114 | 53 |
| Binary | 11000011 | 11010 | 10100011 | 0 | 1010111 | 10000 | 11000 | 100110111 | 1001100 | 101011 |
Color Harmonies of #C31AA3
Complementary color
Monochromatic Colors of #C31AA3
Black with #C31AA3
Text Example
Text Example
White with #C31AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31AA3; }
p { color: rgb(195,26,163); }
H1.HeaderClassName
{
color: #C31AA3;
}
.AnyTagClassName
{
color: #C31AA3;
}
</style>
background-color css
<style>
a { background-color: #C31AA3; }
a { background-color: rgb(195,26,163); }
div.DivClassName
{
background-color: #C31AA3;
}
.BgClassName
{
background-color: #C31AA3;
}
</style>
border-color css
<style>
span { border-color: #C31AA3; }
span { border-color: rgb(195,26,163); }
td.TdClassName
{
border-color: #C31AA3;
}
.TagClassName
{
border-color: #C31AA3;
}
</style>