Shades of Medium Violet Red #C31480
Tints of Medium Violet Red #C31480
RGB
CMYK
RGB Variations
Color information
#C31480 (or 0xC31480) is known color: Medium Violet Red. HEX triplet: C3, 14 and 80. RGB value is (195,20,128). Sum of RGB (Red+Green+Blue) = 195+20+128=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C31480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31480 is #3CEB7F. Grayscale: #545454. Windows color (decimal): -3992448 or 8393923. OLE color: 8393923.
HSL color Cylindrical-coordinate representation of color #C31480: hue angle of 322.97º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31480 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 128 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.24 |
| HSL | 322.97º | 0.81% | 0.42% | - |
| HSV(B) | 322.97º | 0.9% | 0.76% | - |
| XYZ | 26.65 | 13.66 | 21.65 | - |
| YUV | 84.64 | 152.48 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 128 | 0 | 0.90 | 0.34 | 0.24 | 322.97 | 0.81 | 0.42 |
| Hex | C3 | 14 | 80 | 0 | 5A | 22 | 18 | 143 | 51 | 2A |
| Octal | 303 | 24 | 200 | 0 | 132 | 42 | 30 | 503 | 121 | 52 |
| Binary | 11000011 | 10100 | 10000000 | 0 | 1011010 | 100010 | 11000 | 101000011 | 1010001 | 101010 |
Color Harmonies of #C31480
Complementary color
Monochromatic Colors of #C31480
Black with #C31480
Text Example
Text Example
White with #C31480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31480; }
p { color: rgb(195,20,128); }
H1.HeaderClassName
{
color: #C31480;
}
.AnyTagClassName
{
color: #C31480;
}
</style>
background-color css
<style>
a { background-color: #C31480; }
a { background-color: rgb(195,20,128); }
div.DivClassName
{
background-color: #C31480;
}
.BgClassName
{
background-color: #C31480;
}
</style>
border-color css
<style>
span { border-color: #C31480; }
span { border-color: rgb(195,20,128); }
td.TdClassName
{
border-color: #C31480;
}
.TagClassName
{
border-color: #C31480;
}
</style>