Shades of Medium Violet Red #C31482
Tints of Medium Violet Red #C31482
RGB
CMYK
RGB Variations
Color information
#C31482 (or 0xC31482) is known color: Medium Violet Red. HEX triplet: C3, 14 and 82. RGB value is (195,20,130). Sum of RGB (Red+Green+Blue) = 195+20+130=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C31482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31482 is #3CEB7D. Grayscale: #545454. Windows color (decimal): -3992446 or 8524995. OLE color: 8524995.
HSL color Cylindrical-coordinate representation of color #C31482: hue angle of 322.29º 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 #C31482 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 130 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.24 |
| HSL | 322.29º | 0.81% | 0.42% | - |
| HSV(B) | 322.29º | 0.9% | 0.76% | - |
| XYZ | 26.79 | 13.71 | 22.35 | - |
| YUV | 84.87 | 153.48 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 130 | 0 | 0.90 | 0.33 | 0.24 | 322.29 | 0.81 | 0.42 |
| Hex | C3 | 14 | 82 | 0 | 5A | 21 | 18 | 142 | 51 | 2A |
| Octal | 303 | 24 | 202 | 0 | 132 | 41 | 30 | 502 | 121 | 52 |
| Binary | 11000011 | 10100 | 10000010 | 0 | 1011010 | 100001 | 11000 | 101000010 | 1010001 | 101010 |
Color Harmonies of #C31482
Complementary color
Monochromatic Colors of #C31482
Black with #C31482
Text Example
Text Example
White with #C31482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31482; }
p { color: rgb(195,20,130); }
H1.HeaderClassName
{
color: #C31482;
}
.AnyTagClassName
{
color: #C31482;
}
</style>
background-color css
<style>
a { background-color: #C31482; }
a { background-color: rgb(195,20,130); }
div.DivClassName
{
background-color: #C31482;
}
.BgClassName
{
background-color: #C31482;
}
</style>
border-color css
<style>
span { border-color: #C31482; }
span { border-color: rgb(195,20,130); }
td.TdClassName
{
border-color: #C31482;
}
.TagClassName
{
border-color: #C31482;
}
</style>