Shades of Medium Violet Red #C31880
Tints of Medium Violet Red #C31880
RGB
CMYK
RGB Variations
Color information
#C31880 (or 0xC31880) is known color: Medium Violet Red. HEX triplet: C3, 18 and 80. RGB value is (195,24,128). Sum of RGB (Red+Green+Blue) = 195+24+128=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C31880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31880 is #3CE77F. Grayscale: #565656. Windows color (decimal): -3991424 or 8394947. OLE color: 8394947.
HSL color Cylindrical-coordinate representation of color #C31880: hue angle of 323.51º degrees, saturation: 0.78, 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 #C31880 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 128 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.24 |
| HSL | 323.51º | 0.78% | 0.43% | - |
| HSV(B) | 323.51º | 0.88% | 0.76% | - |
| XYZ | 26.73 | 13.81 | 21.68 | - |
| YUV | 86.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 128 | 0 | 0.88 | 0.34 | 0.24 | 323.51 | 0.78 | 0.43 |
| Hex | C3 | 18 | 80 | 0 | 58 | 22 | 18 | 144 | 4E | 2B |
| Octal | 303 | 30 | 200 | 0 | 130 | 42 | 30 | 504 | 116 | 53 |
| Binary | 11000011 | 11000 | 10000000 | 0 | 1011000 | 100010 | 11000 | 101000100 | 1001110 | 101011 |
Color Harmonies of #C31880
Complementary color
Monochromatic Colors of #C31880
Black with #C31880
Text Example
Text Example
White with #C31880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31880; }
p { color: rgb(195,24,128); }
H1.HeaderClassName
{
color: #C31880;
}
.AnyTagClassName
{
color: #C31880;
}
</style>
background-color css
<style>
a { background-color: #C31880; }
a { background-color: rgb(195,24,128); }
div.DivClassName
{
background-color: #C31880;
}
.BgClassName
{
background-color: #C31880;
}
</style>
border-color css
<style>
span { border-color: #C31880; }
span { border-color: rgb(195,24,128); }
td.TdClassName
{
border-color: #C31880;
}
.TagClassName
{
border-color: #C31880;
}
</style>