Shades of Medium Violet Red #C31580
Tints of Medium Violet Red #C31580
RGB
CMYK
RGB Variations
Color information
#C31580 (or 0xC31580) is known color: Medium Violet Red. HEX triplet: C3, 15 and 80. RGB value is (195,21,128). Sum of RGB (Red+Green+Blue) = 195+21+128=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C31580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31580 is #3CEA7F. Grayscale: #545454. Windows color (decimal): -3992192 or 8394179. OLE color: 8394179.
HSL color Cylindrical-coordinate representation of color #C31580: hue angle of 323.1º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31580 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 128 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.24 |
| HSL | 323.1º | 0.81% | 0.42% | - |
| HSV(B) | 323.1º | 0.89% | 0.76% | - |
| XYZ | 26.67 | 13.7 | 21.66 | - |
| YUV | 85.22 | 152.15 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 128 | 0 | 0.89 | 0.34 | 0.24 | 323.1 | 0.81 | 0.42 |
| Hex | C3 | 15 | 80 | 0 | 59 | 22 | 18 | 143 | 51 | 2A |
| Octal | 303 | 25 | 200 | 0 | 131 | 42 | 30 | 503 | 121 | 52 |
| Binary | 11000011 | 10101 | 10000000 | 0 | 1011001 | 100010 | 11000 | 101000011 | 1010001 | 101010 |
Color Harmonies of #C31580
Complementary color
Monochromatic Colors of #C31580
Black with #C31580
Text Example
Text Example
White with #C31580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31580; }
p { color: rgb(195,21,128); }
H1.HeaderClassName
{
color: #C31580;
}
.AnyTagClassName
{
color: #C31580;
}
</style>
background-color css
<style>
a { background-color: #C31580; }
a { background-color: rgb(195,21,128); }
div.DivClassName
{
background-color: #C31580;
}
.BgClassName
{
background-color: #C31580;
}
</style>
border-color css
<style>
span { border-color: #C31580; }
span { border-color: rgb(195,21,128); }
td.TdClassName
{
border-color: #C31580;
}
.TagClassName
{
border-color: #C31580;
}
</style>