Shades of Medium Violet Red #C31382
Tints of Medium Violet Red #C31382
RGB
CMYK
RGB Variations
Color information
#C31382 (or 0xC31382) is known color: Medium Violet Red. HEX triplet: C3, 13 and 82. RGB value is (195,19,130). Sum of RGB (Red+Green+Blue) = 195+19+130=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C31382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31382 is #3CEC7D. Grayscale: #545454. Windows color (decimal): -3992702 or 8524739. OLE color: 8524739.
HSL color Cylindrical-coordinate representation of color #C31382: hue angle of 322.16º degrees, saturation: 0.82, 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 #C31382 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 130 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.24 |
| HSL | 322.16º | 0.82% | 0.42% | - |
| HSV(B) | 322.16º | 0.9% | 0.76% | - |
| XYZ | 26.77 | 13.68 | 22.35 | - |
| YUV | 84.28 | 153.81 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 130 | 0 | 0.90 | 0.33 | 0.24 | 322.16 | 0.82 | 0.42 |
| Hex | C3 | 13 | 82 | 0 | 5A | 21 | 18 | 142 | 52 | 2A |
| Octal | 303 | 23 | 202 | 0 | 132 | 41 | 30 | 502 | 122 | 52 |
| Binary | 11000011 | 10011 | 10000010 | 0 | 1011010 | 100001 | 11000 | 101000010 | 1010010 | 101010 |
Color Harmonies of #C31382
Complementary color
Monochromatic Colors of #C31382
Black with #C31382
Text Example
Text Example
White with #C31382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31382; }
p { color: rgb(195,19,130); }
H1.HeaderClassName
{
color: #C31382;
}
.AnyTagClassName
{
color: #C31382;
}
</style>
background-color css
<style>
a { background-color: #C31382; }
a { background-color: rgb(195,19,130); }
div.DivClassName
{
background-color: #C31382;
}
.BgClassName
{
background-color: #C31382;
}
</style>
border-color css
<style>
span { border-color: #C31382; }
span { border-color: rgb(195,19,130); }
td.TdClassName
{
border-color: #C31382;
}
.TagClassName
{
border-color: #C31382;
}
</style>