Shades of Medium Violet Red #C31F8C
Tints of Medium Violet Red #C31F8C
RGB
CMYK
RGB Variations
Color information
#C31F8C (or 0xC31F8C) is known color: Medium Violet Red. HEX triplet: C3, 1F and 8C. RGB value is (195,31,140). Sum of RGB (Red+Green+Blue) = 195+31+140=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F8C is #3CE073. Grayscale: #5C5C5C. Windows color (decimal): -3989620 or 9183171. OLE color: 9183171.
HSL color Cylindrical-coordinate representation of color #C31F8C: hue angle of 320.12º 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 #C31F8C is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 140 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.24 |
| HSL | 320.12º | 0.73% | 0.44% | - |
| HSV(B) | 320.12º | 0.84% | 0.76% | - |
| XYZ | 27.73 | 14.48 | 26.14 | - |
| YUV | 92.46 | 154.83 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 140 | 0 | 0.84 | 0.28 | 0.24 | 320.12 | 0.73 | 0.44 |
| Hex | C3 | 1F | 8C | 0 | 54 | 1C | 18 | 140 | 49 | 2C |
| Octal | 303 | 37 | 214 | 0 | 124 | 34 | 30 | 500 | 111 | 54 |
| Binary | 11000011 | 11111 | 10001100 | 0 | 1010100 | 11100 | 11000 | 101000000 | 1001001 | 101100 |
Color Harmonies of #C31F8C
Complementary color
Monochromatic Colors of #C31F8C
Black with #C31F8C
Text Example
Text Example
White with #C31F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F8C; }
p { color: rgb(195,31,140); }
H1.HeaderClassName
{
color: #C31F8C;
}
.AnyTagClassName
{
color: #C31F8C;
}
</style>
background-color css
<style>
a { background-color: #C31F8C; }
a { background-color: rgb(195,31,140); }
div.DivClassName
{
background-color: #C31F8C;
}
.BgClassName
{
background-color: #C31F8C;
}
</style>
border-color css
<style>
span { border-color: #C31F8C; }
span { border-color: rgb(195,31,140); }
td.TdClassName
{
border-color: #C31F8C;
}
.TagClassName
{
border-color: #C31F8C;
}
</style>