Shades of Medium Violet Red #C31D8F
Tints of Medium Violet Red #C31D8F
RGB
CMYK
RGB Variations
Color information
#C31D8F (or 0xC31D8F) is known color: Medium Violet Red. HEX triplet: C3, 1D and 8F. RGB value is (195,29,143). Sum of RGB (Red+Green+Blue) = 195+29+143=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31D8F is #3CE270. Grayscale: #5B5B5B. Windows color (decimal): -3990129 or 9379267. OLE color: 9379267.
HSL color Cylindrical-coordinate representation of color #C31D8F: hue angle of 318.8º degrees, saturation: 0.74, 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 #C31D8F is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 143 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.24 |
| HSL | 318.8º | 0.74% | 0.44% | - |
| HSV(B) | 318.8º | 0.85% | 0.76% | - |
| XYZ | 27.9 | 14.46 | 27.31 | - |
| YUV | 91.63 | 157 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 143 | 0 | 0.85 | 0.27 | 0.24 | 318.8 | 0.74 | 0.44 |
| Hex | C3 | 1D | 8F | 0 | 55 | 1B | 18 | 13F | 4A | 2C |
| Octal | 303 | 35 | 217 | 0 | 125 | 33 | 30 | 477 | 112 | 54 |
| Binary | 11000011 | 11101 | 10001111 | 0 | 1010101 | 11011 | 11000 | 100111111 | 1001010 | 101100 |
Color Harmonies of #C31D8F
Complementary color
Monochromatic Colors of #C31D8F
Black with #C31D8F
Text Example
Text Example
White with #C31D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D8F; }
p { color: rgb(195,29,143); }
H1.HeaderClassName
{
color: #C31D8F;
}
.AnyTagClassName
{
color: #C31D8F;
}
</style>
background-color css
<style>
a { background-color: #C31D8F; }
a { background-color: rgb(195,29,143); }
div.DivClassName
{
background-color: #C31D8F;
}
.BgClassName
{
background-color: #C31D8F;
}
</style>
border-color css
<style>
span { border-color: #C31D8F; }
span { border-color: rgb(195,29,143); }
td.TdClassName
{
border-color: #C31D8F;
}
.TagClassName
{
border-color: #C31D8F;
}
</style>