Shades of Medium Violet Red #C31F9D
Tints of Medium Violet Red #C31F9D
RGB
CMYK
RGB Variations
Color information
#C31F9D (or 0xC31F9D) is known color: Medium Violet Red. HEX triplet: C3, 1F and 9D. RGB value is (195,31,157). Sum of RGB (Red+Green+Blue) = 195+31+157=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F9D is #3CE062. Grayscale: #5E5E5E. Windows color (decimal): -3989603 or 10297283. OLE color: 10297283.
HSL color Cylindrical-coordinate representation of color #C31F9D: hue angle of 313.9º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31F9D is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 157 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.24 |
| HSL | 313.9º | 0.73% | 0.44% | - |
| HSV(B) | 313.9º | 0.84% | 0.76% | - |
| XYZ | 29.08 | 15.02 | 33.26 | - |
| YUV | 94.4 | 163.33 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 157 | 0 | 0.84 | 0.19 | 0.24 | 313.9 | 0.73 | 0.44 |
| Hex | C3 | 1F | 9D | 0 | 54 | 13 | 18 | 13A | 49 | 2C |
| Octal | 303 | 37 | 235 | 0 | 124 | 23 | 30 | 472 | 111 | 54 |
| Binary | 11000011 | 11111 | 10011101 | 0 | 1010100 | 10011 | 11000 | 100111010 | 1001001 | 101100 |
Color Harmonies of #C31F9D
Complementary color
Monochromatic Colors of #C31F9D
Black with #C31F9D
Text Example
Text Example
White with #C31F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F9D; }
p { color: rgb(195,31,157); }
H1.HeaderClassName
{
color: #C31F9D;
}
.AnyTagClassName
{
color: #C31F9D;
}
</style>
background-color css
<style>
a { background-color: #C31F9D; }
a { background-color: rgb(195,31,157); }
div.DivClassName
{
background-color: #C31F9D;
}
.BgClassName
{
background-color: #C31F9D;
}
</style>
border-color css
<style>
span { border-color: #C31F9D; }
span { border-color: rgb(195,31,157); }
td.TdClassName
{
border-color: #C31F9D;
}
.TagClassName
{
border-color: #C31F9D;
}
</style>