Shades of Medium Violet Red #C31D9A
Tints of Medium Violet Red #C31D9A
RGB
CMYK
RGB Variations
Color information
#C31D9A (or 0xC31D9A) is known color: Medium Violet Red. HEX triplet: C3, 1D and 9A. RGB value is (195,29,154). Sum of RGB (Red+Green+Blue) = 195+29+154=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31D9A is #3CE265. Grayscale: #5C5C5C. Windows color (decimal): -3990118 or 10100163. OLE color: 10100163.
HSL color Cylindrical-coordinate representation of color #C31D9A: hue angle of 314.82º 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 #C31D9A is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 154 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.24 |
| HSL | 314.82º | 0.74% | 0.44% | - |
| HSV(B) | 314.82º | 0.85% | 0.76% | - |
| XYZ | 28.78 | 14.81 | 31.91 | - |
| YUV | 92.88 | 162.5 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 154 | 0 | 0.85 | 0.21 | 0.24 | 314.82 | 0.74 | 0.44 |
| Hex | C3 | 1D | 9A | 0 | 55 | 15 | 18 | 13B | 4A | 2C |
| Octal | 303 | 35 | 232 | 0 | 125 | 25 | 30 | 473 | 112 | 54 |
| Binary | 11000011 | 11101 | 10011010 | 0 | 1010101 | 10101 | 11000 | 100111011 | 1001010 | 101100 |
Color Harmonies of #C31D9A
Complementary color
Monochromatic Colors of #C31D9A
Black with #C31D9A
Text Example
Text Example
White with #C31D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D9A; }
p { color: rgb(195,29,154); }
H1.HeaderClassName
{
color: #C31D9A;
}
.AnyTagClassName
{
color: #C31D9A;
}
</style>
background-color css
<style>
a { background-color: #C31D9A; }
a { background-color: rgb(195,29,154); }
div.DivClassName
{
background-color: #C31D9A;
}
.BgClassName
{
background-color: #C31D9A;
}
</style>
border-color css
<style>
span { border-color: #C31D9A; }
span { border-color: rgb(195,29,154); }
td.TdClassName
{
border-color: #C31D9A;
}
.TagClassName
{
border-color: #C31D9A;
}
</style>