Shades of Medium Violet Red #C31C8E
Tints of Medium Violet Red #C31C8E
RGB
CMYK
RGB Variations
Color information
#C31C8E (or 0xC31C8E) is known color: Medium Violet Red. HEX triplet: C3, 1C and 8E. RGB value is (195,28,142). Sum of RGB (Red+Green+Blue) = 195+28+142=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31C8E is #3CE371. Grayscale: #5A5A5A. Windows color (decimal): -3990386 or 9313475. OLE color: 9313475.
HSL color Cylindrical-coordinate representation of color #C31C8E: hue angle of 319.04º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C8E is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 142 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.24 |
| HSL | 319.04º | 0.75% | 0.44% | - |
| HSV(B) | 319.04º | 0.86% | 0.76% | - |
| XYZ | 27.8 | 14.39 | 26.9 | - |
| YUV | 90.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 142 | 0 | 0.86 | 0.27 | 0.24 | 319.04 | 0.75 | 0.44 |
| Hex | C3 | 1C | 8E | 0 | 56 | 1B | 18 | 13F | 4B | 2C |
| Octal | 303 | 34 | 216 | 0 | 126 | 33 | 30 | 477 | 113 | 54 |
| Binary | 11000011 | 11100 | 10001110 | 0 | 1010110 | 11011 | 11000 | 100111111 | 1001011 | 101100 |
Color Harmonies of #C31C8E
Complementary color
Monochromatic Colors of #C31C8E
Black with #C31C8E
Text Example
Text Example
White with #C31C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C8E; }
p { color: rgb(195,28,142); }
H1.HeaderClassName
{
color: #C31C8E;
}
.AnyTagClassName
{
color: #C31C8E;
}
</style>
background-color css
<style>
a { background-color: #C31C8E; }
a { background-color: rgb(195,28,142); }
div.DivClassName
{
background-color: #C31C8E;
}
.BgClassName
{
background-color: #C31C8E;
}
</style>
border-color css
<style>
span { border-color: #C31C8E; }
span { border-color: rgb(195,28,142); }
td.TdClassName
{
border-color: #C31C8E;
}
.TagClassName
{
border-color: #C31C8E;
}
</style>