Shades of Medium Violet Red #C31EA2
Tints of Medium Violet Red #C31EA2
RGB
CMYK
RGB Variations
Color information
#C31EA2 (or 0xC31EA2) is known color: Medium Violet Red. HEX triplet: C3, 1E and A2. RGB value is (195,30,162). Sum of RGB (Red+Green+Blue) = 195+30+162=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C31EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31EA2 is #3CE15D. Grayscale: #5E5E5E. Windows color (decimal): -3989854 or 10624707. OLE color: 10624707.
HSL color Cylindrical-coordinate representation of color #C31EA2: hue angle of 312º 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 #C31EA2 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 162 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.24 |
| HSL | 312º | 0.73% | 0.44% | - |
| HSV(B) | 312º | 0.85% | 0.76% | - |
| XYZ | 29.49 | 15.14 | 35.55 | - |
| YUV | 94.38 | 166.16 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 162 | 0 | 0.85 | 0.17 | 0.24 | 312 | 0.73 | 0.44 |
| Hex | C3 | 1E | A2 | 0 | 55 | 11 | 18 | 138 | 49 | 2C |
| Octal | 303 | 36 | 242 | 0 | 125 | 21 | 30 | 470 | 111 | 54 |
| Binary | 11000011 | 11110 | 10100010 | 0 | 1010101 | 10001 | 11000 | 100111000 | 1001001 | 101100 |
Color Harmonies of #C31EA2
Complementary color
Monochromatic Colors of #C31EA2
Black with #C31EA2
Text Example
Text Example
White with #C31EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31EA2; }
p { color: rgb(195,30,162); }
H1.HeaderClassName
{
color: #C31EA2;
}
.AnyTagClassName
{
color: #C31EA2;
}
</style>
background-color css
<style>
a { background-color: #C31EA2; }
a { background-color: rgb(195,30,162); }
div.DivClassName
{
background-color: #C31EA2;
}
.BgClassName
{
background-color: #C31EA2;
}
</style>
border-color css
<style>
span { border-color: #C31EA2; }
span { border-color: rgb(195,30,162); }
td.TdClassName
{
border-color: #C31EA2;
}
.TagClassName
{
border-color: #C31EA2;
}
</style>