Shades of Medium Violet Red #C31F81
Tints of Medium Violet Red #C31F81
RGB
CMYK
RGB Variations
Color information
#C31F81 (or 0xC31F81) is known color: Medium Violet Red. HEX triplet: C3, 1F and 81. RGB value is (195,31,129). Sum of RGB (Red+Green+Blue) = 195+31+129=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F81 is #3CE07E. Grayscale: #5A5A5A. Windows color (decimal): -3989631 or 8462275. OLE color: 8462275.
HSL color Cylindrical-coordinate representation of color #C31F81: hue angle of 324.15º 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 #C31F81 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 129 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.24 |
| HSL | 324.15º | 0.73% | 0.44% | - |
| HSV(B) | 324.15º | 0.84% | 0.76% | - |
| XYZ | 26.96 | 14.17 | 22.08 | - |
| YUV | 91.21 | 149.33 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 129 | 0 | 0.84 | 0.34 | 0.24 | 324.15 | 0.73 | 0.44 |
| Hex | C3 | 1F | 81 | 0 | 54 | 22 | 18 | 144 | 49 | 2C |
| Octal | 303 | 37 | 201 | 0 | 124 | 42 | 30 | 504 | 111 | 54 |
| Binary | 11000011 | 11111 | 10000001 | 0 | 1010100 | 100010 | 11000 | 101000100 | 1001001 | 101100 |
Color Harmonies of #C31F81
Complementary color
Monochromatic Colors of #C31F81
Black with #C31F81
Text Example
Text Example
White with #C31F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F81; }
p { color: rgb(195,31,129); }
H1.HeaderClassName
{
color: #C31F81;
}
.AnyTagClassName
{
color: #C31F81;
}
</style>
background-color css
<style>
a { background-color: #C31F81; }
a { background-color: rgb(195,31,129); }
div.DivClassName
{
background-color: #C31F81;
}
.BgClassName
{
background-color: #C31F81;
}
</style>
border-color css
<style>
span { border-color: #C31F81; }
span { border-color: rgb(195,31,129); }
td.TdClassName
{
border-color: #C31F81;
}
.TagClassName
{
border-color: #C31F81;
}
</style>