Shades of Medium Violet Red #C31F7D
Tints of Medium Violet Red #C31F7D
RGB
CMYK
RGB Variations
Color information
#C31F7D (or 0xC31F7D) is known color: Medium Violet Red. HEX triplet: C3, 1F and 7D. RGB value is (195,31,125). Sum of RGB (Red+Green+Blue) = 195+31+125=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F7D is #3CE082. Grayscale: #5A5A5A. Windows color (decimal): -3989635 or 8200131. OLE color: 8200131.
HSL color Cylindrical-coordinate representation of color #C31F7D: hue angle of 325.61º 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 #C31F7D is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 125 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.24 |
| HSL | 325.61º | 0.73% | 0.44% | - |
| HSV(B) | 325.61º | 0.84% | 0.76% | - |
| XYZ | 26.7 | 14.06 | 20.71 | - |
| YUV | 90.75 | 147.33 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 125 | 0 | 0.84 | 0.36 | 0.24 | 325.61 | 0.73 | 0.44 |
| Hex | C3 | 1F | 7D | 0 | 54 | 24 | 18 | 146 | 49 | 2C |
| Octal | 303 | 37 | 175 | 0 | 124 | 44 | 30 | 506 | 111 | 54 |
| Binary | 11000011 | 11111 | 1111101 | 0 | 1010100 | 100100 | 11000 | 101000110 | 1001001 | 101100 |
Color Harmonies of #C31F7D
Complementary color
Monochromatic Colors of #C31F7D
Black with #C31F7D
Text Example
Text Example
White with #C31F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F7D; }
p { color: rgb(195,31,125); }
H1.HeaderClassName
{
color: #C31F7D;
}
.AnyTagClassName
{
color: #C31F7D;
}
</style>
background-color css
<style>
a { background-color: #C31F7D; }
a { background-color: rgb(195,31,125); }
div.DivClassName
{
background-color: #C31F7D;
}
.BgClassName
{
background-color: #C31F7D;
}
</style>
border-color css
<style>
span { border-color: #C31F7D; }
span { border-color: rgb(195,31,125); }
td.TdClassName
{
border-color: #C31F7D;
}
.TagClassName
{
border-color: #C31F7D;
}
</style>