Shades of Medium Violet Red #C31484
Tints of Medium Violet Red #C31484
RGB
CMYK
RGB Variations
Color information
#C31484 (or 0xC31484) is known color: Medium Violet Red. HEX triplet: C3, 14 and 84. RGB value is (195,20,132). Sum of RGB (Red+Green+Blue) = 195+20+132=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C31484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31484 is #3CEB7B. Grayscale: #545454. Windows color (decimal): -3992444 or 8656067. OLE color: 8656067.
HSL color Cylindrical-coordinate representation of color #C31484: hue angle of 321.6º 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 #C31484 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 132 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.24 |
| HSL | 321.6º | 0.81% | 0.42% | - |
| HSV(B) | 321.6º | 0.9% | 0.76% | - |
| XYZ | 26.92 | 13.77 | 23.07 | - |
| YUV | 85.09 | 154.48 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 132 | 0 | 0.90 | 0.32 | 0.24 | 321.6 | 0.81 | 0.42 |
| Hex | C3 | 14 | 84 | 0 | 5A | 20 | 18 | 142 | 51 | 2A |
| Octal | 303 | 24 | 204 | 0 | 132 | 40 | 30 | 502 | 121 | 52 |
| Binary | 11000011 | 10100 | 10000100 | 0 | 1011010 | 100000 | 11000 | 101000010 | 1010001 | 101010 |
Color Harmonies of #C31484
Complementary color
Monochromatic Colors of #C31484
Black with #C31484
Text Example
Text Example
White with #C31484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31484; }
p { color: rgb(195,20,132); }
H1.HeaderClassName
{
color: #C31484;
}
.AnyTagClassName
{
color: #C31484;
}
</style>
background-color css
<style>
a { background-color: #C31484; }
a { background-color: rgb(195,20,132); }
div.DivClassName
{
background-color: #C31484;
}
.BgClassName
{
background-color: #C31484;
}
</style>
border-color css
<style>
span { border-color: #C31484; }
span { border-color: rgb(195,20,132); }
td.TdClassName
{
border-color: #C31484;
}
.TagClassName
{
border-color: #C31484;
}
</style>