Shades of Medium Violet Red #C31FA8
Tints of Medium Violet Red #C31FA8
RGB
CMYK
RGB Variations
Color information
#C31FA8 (or 0xC31FA8) is known color: Medium Violet Red. HEX triplet: C3, 1F and A8. RGB value is (195,31,168). Sum of RGB (Red+Green+Blue) = 195+31+168=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31FA8 is #3CE057. Grayscale: #5F5F5F. Windows color (decimal): -3989592 or 11018179. OLE color: 11018179.
HSL color Cylindrical-coordinate representation of color #C31FA8: hue angle of 309.88º 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 #C31FA8 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 168 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.24 |
| HSL | 309.88º | 0.73% | 0.44% | - |
| HSV(B) | 309.88º | 0.84% | 0.76% | - |
| XYZ | 30.06 | 15.41 | 38.44 | - |
| YUV | 95.65 | 168.83 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 168 | 0 | 0.84 | 0.14 | 0.24 | 309.88 | 0.73 | 0.44 |
| Hex | C3 | 1F | A8 | 0 | 54 | E | 18 | 136 | 49 | 2C |
| Octal | 303 | 37 | 250 | 0 | 124 | 16 | 30 | 466 | 111 | 54 |
| Binary | 11000011 | 11111 | 10101000 | 0 | 1010100 | 1110 | 11000 | 100110110 | 1001001 | 101100 |
Color Harmonies of #C31FA8
Complementary color
Monochromatic Colors of #C31FA8
Black with #C31FA8
Text Example
Text Example
White with #C31FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FA8; }
p { color: rgb(195,31,168); }
H1.HeaderClassName
{
color: #C31FA8;
}
.AnyTagClassName
{
color: #C31FA8;
}
</style>
background-color css
<style>
a { background-color: #C31FA8; }
a { background-color: rgb(195,31,168); }
div.DivClassName
{
background-color: #C31FA8;
}
.BgClassName
{
background-color: #C31FA8;
}
</style>
border-color css
<style>
span { border-color: #C31FA8; }
span { border-color: rgb(195,31,168); }
td.TdClassName
{
border-color: #C31FA8;
}
.TagClassName
{
border-color: #C31FA8;
}
</style>