Shades of Medium Violet Red #C31780
Tints of Medium Violet Red #C31780
RGB
CMYK
RGB Variations
Color information
#C31780 (or 0xC31780) is known color: Medium Violet Red. HEX triplet: C3, 17 and 80. RGB value is (195,23,128). Sum of RGB (Red+Green+Blue) = 195+23+128=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C31780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31780 is #3CE87F. Grayscale: #565656. Windows color (decimal): -3991680 or 8394691. OLE color: 8394691.
HSL color Cylindrical-coordinate representation of color #C31780: hue angle of 323.37º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31780 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 128 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.24 |
| HSL | 323.37º | 0.79% | 0.43% | - |
| HSV(B) | 323.37º | 0.88% | 0.76% | - |
| XYZ | 26.71 | 13.77 | 21.67 | - |
| YUV | 86.4 | 151.48 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 128 | 0 | 0.88 | 0.34 | 0.24 | 323.37 | 0.79 | 0.43 |
| Hex | C3 | 17 | 80 | 0 | 58 | 22 | 18 | 143 | 4F | 2B |
| Octal | 303 | 27 | 200 | 0 | 130 | 42 | 30 | 503 | 117 | 53 |
| Binary | 11000011 | 10111 | 10000000 | 0 | 1011000 | 100010 | 11000 | 101000011 | 1001111 | 101011 |
Color Harmonies of #C31780
Complementary color
Monochromatic Colors of #C31780
Black with #C31780
Text Example
Text Example
White with #C31780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31780; }
p { color: rgb(195,23,128); }
H1.HeaderClassName
{
color: #C31780;
}
.AnyTagClassName
{
color: #C31780;
}
</style>
background-color css
<style>
a { background-color: #C31780; }
a { background-color: rgb(195,23,128); }
div.DivClassName
{
background-color: #C31780;
}
.BgClassName
{
background-color: #C31780;
}
</style>
border-color css
<style>
span { border-color: #C31780; }
span { border-color: rgb(195,23,128); }
td.TdClassName
{
border-color: #C31780;
}
.TagClassName
{
border-color: #C31780;
}
</style>