Shades of Medium Violet Red #C31F84
Tints of Medium Violet Red #C31F84
RGB
CMYK
RGB Variations
Color information
#C31F84 (or 0xC31F84) is known color: Medium Violet Red. HEX triplet: C3, 1F and 84. RGB value is (195,31,132). Sum of RGB (Red+Green+Blue) = 195+31+132=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F84 is #3CE07B. Grayscale: #5B5B5B. Windows color (decimal): -3989628 or 8658883. OLE color: 8658883.
HSL color Cylindrical-coordinate representation of color #C31F84: hue angle of 323.05º 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 #C31F84 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 132 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.24 |
| HSL | 323.05º | 0.73% | 0.44% | - |
| HSV(B) | 323.05º | 0.84% | 0.76% | - |
| XYZ | 27.16 | 14.25 | 23.15 | - |
| YUV | 91.55 | 150.83 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 132 | 0 | 0.84 | 0.32 | 0.24 | 323.05 | 0.73 | 0.44 |
| Hex | C3 | 1F | 84 | 0 | 54 | 20 | 18 | 143 | 49 | 2C |
| Octal | 303 | 37 | 204 | 0 | 124 | 40 | 30 | 503 | 111 | 54 |
| Binary | 11000011 | 11111 | 10000100 | 0 | 1010100 | 100000 | 11000 | 101000011 | 1001001 | 101100 |
Color Harmonies of #C31F84
Complementary color
Monochromatic Colors of #C31F84
Black with #C31F84
Text Example
Text Example
White with #C31F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F84; }
p { color: rgb(195,31,132); }
H1.HeaderClassName
{
color: #C31F84;
}
.AnyTagClassName
{
color: #C31F84;
}
</style>
background-color css
<style>
a { background-color: #C31F84; }
a { background-color: rgb(195,31,132); }
div.DivClassName
{
background-color: #C31F84;
}
.BgClassName
{
background-color: #C31F84;
}
</style>
border-color css
<style>
span { border-color: #C31F84; }
span { border-color: rgb(195,31,132); }
td.TdClassName
{
border-color: #C31F84;
}
.TagClassName
{
border-color: #C31F84;
}
</style>