Shades of Medium Violet Red #C31D9C
Tints of Medium Violet Red #C31D9C
RGB
CMYK
RGB Variations
Color information
#C31D9C (or 0xC31D9C) is known color: Medium Violet Red. HEX triplet: C3, 1D and 9C. RGB value is (195,29,156). Sum of RGB (Red+Green+Blue) = 195+29+156=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31D9C is #3CE263. Grayscale: #5C5C5C. Windows color (decimal): -3990116 or 10231235. OLE color: 10231235.
HSL color Cylindrical-coordinate representation of color #C31D9C: hue angle of 314.1º 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 #C31D9C is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 156 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.24 |
| HSL | 314.1º | 0.74% | 0.44% | - |
| HSV(B) | 314.1º | 0.85% | 0.76% | - |
| XYZ | 28.95 | 14.88 | 32.8 | - |
| YUV | 93.11 | 163.5 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 156 | 0 | 0.85 | 0.20 | 0.24 | 314.1 | 0.74 | 0.44 |
| Hex | C3 | 1D | 9C | 0 | 55 | 14 | 18 | 13A | 4A | 2C |
| Octal | 303 | 35 | 234 | 0 | 125 | 24 | 30 | 472 | 112 | 54 |
| Binary | 11000011 | 11101 | 10011100 | 0 | 1010101 | 10100 | 11000 | 100111010 | 1001010 | 101100 |
Color Harmonies of #C31D9C
Complementary color
Monochromatic Colors of #C31D9C
Black with #C31D9C
Text Example
Text Example
White with #C31D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D9C; }
p { color: rgb(195,29,156); }
H1.HeaderClassName
{
color: #C31D9C;
}
.AnyTagClassName
{
color: #C31D9C;
}
</style>
background-color css
<style>
a { background-color: #C31D9C; }
a { background-color: rgb(195,29,156); }
div.DivClassName
{
background-color: #C31D9C;
}
.BgClassName
{
background-color: #C31D9C;
}
</style>
border-color css
<style>
span { border-color: #C31D9C; }
span { border-color: rgb(195,29,156); }
td.TdClassName
{
border-color: #C31D9C;
}
.TagClassName
{
border-color: #C31D9C;
}
</style>