Shades of Medium Violet Red #C31FA3
Tints of Medium Violet Red #C31FA3
RGB
CMYK
RGB Variations
Color information
#C31FA3 (or 0xC31FA3) is known color: Medium Violet Red. HEX triplet: C3, 1F and A3. RGB value is (195,31,163). Sum of RGB (Red+Green+Blue) = 195+31+163=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31FA3 is #3CE05C. Grayscale: #5E5E5E. Windows color (decimal): -3989597 or 10690499. OLE color: 10690499.
HSL color Cylindrical-coordinate representation of color #C31FA3: hue angle of 311.71º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31FA3 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 163 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.24 |
| HSL | 311.71º | 0.73% | 0.44% | - |
| HSV(B) | 311.71º | 0.84% | 0.76% | - |
| XYZ | 29.61 | 15.23 | 36.03 | - |
| YUV | 95.08 | 166.33 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 163 | 0 | 0.84 | 0.16 | 0.24 | 311.71 | 0.73 | 0.44 |
| Hex | C3 | 1F | A3 | 0 | 54 | 10 | 18 | 138 | 49 | 2C |
| Octal | 303 | 37 | 243 | 0 | 124 | 20 | 30 | 470 | 111 | 54 |
| Binary | 11000011 | 11111 | 10100011 | 0 | 1010100 | 10000 | 11000 | 100111000 | 1001001 | 101100 |
Color Harmonies of #C31FA3
Complementary color
Monochromatic Colors of #C31FA3
Black with #C31FA3
Text Example
Text Example
White with #C31FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FA3; }
p { color: rgb(195,31,163); }
H1.HeaderClassName
{
color: #C31FA3;
}
.AnyTagClassName
{
color: #C31FA3;
}
</style>
background-color css
<style>
a { background-color: #C31FA3; }
a { background-color: rgb(195,31,163); }
div.DivClassName
{
background-color: #C31FA3;
}
.BgClassName
{
background-color: #C31FA3;
}
</style>
border-color css
<style>
span { border-color: #C31FA3; }
span { border-color: rgb(195,31,163); }
td.TdClassName
{
border-color: #C31FA3;
}
.TagClassName
{
border-color: #C31FA3;
}
</style>