Shades of Medium Violet Red #C31EA8
Tints of Medium Violet Red #C31EA8
RGB
CMYK
RGB Variations
Color information
#C31EA8 (or 0xC31EA8) is known color: Medium Violet Red. HEX triplet: C3, 1E and A8. RGB value is (195,30,168). Sum of RGB (Red+Green+Blue) = 195+30+168=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C31EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31EA8 is #3CE157. Grayscale: #5E5E5E. Windows color (decimal): -3989848 or 11017923. OLE color: 11017923.
HSL color Cylindrical-coordinate representation of color #C31EA8: hue angle of 309.82º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31EA8 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 168 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.24 |
| HSL | 309.82º | 0.73% | 0.44% | - |
| HSV(B) | 309.82º | 0.85% | 0.76% | - |
| XYZ | 30.04 | 15.36 | 38.43 | - |
| YUV | 95.07 | 169.16 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 168 | 0 | 0.85 | 0.14 | 0.24 | 309.82 | 0.73 | 0.44 |
| Hex | C3 | 1E | A8 | 0 | 55 | E | 18 | 136 | 49 | 2C |
| Octal | 303 | 36 | 250 | 0 | 125 | 16 | 30 | 466 | 111 | 54 |
| Binary | 11000011 | 11110 | 10101000 | 0 | 1010101 | 1110 | 11000 | 100110110 | 1001001 | 101100 |
Color Harmonies of #C31EA8
Complementary color
Monochromatic Colors of #C31EA8
Black with #C31EA8
Text Example
Text Example
White with #C31EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31EA8; }
p { color: rgb(195,30,168); }
H1.HeaderClassName
{
color: #C31EA8;
}
.AnyTagClassName
{
color: #C31EA8;
}
</style>
background-color css
<style>
a { background-color: #C31EA8; }
a { background-color: rgb(195,30,168); }
div.DivClassName
{
background-color: #C31EA8;
}
.BgClassName
{
background-color: #C31EA8;
}
</style>
border-color css
<style>
span { border-color: #C31EA8; }
span { border-color: rgb(195,30,168); }
td.TdClassName
{
border-color: #C31EA8;
}
.TagClassName
{
border-color: #C31EA8;
}
</style>