Shades of Medium Violet Red #C31384
Tints of Medium Violet Red #C31384
RGB
CMYK
RGB Variations
Color information
#C31384 (or 0xC31384) is known color: Medium Violet Red. HEX triplet: C3, 13 and 84. RGB value is (195,19,132). Sum of RGB (Red+Green+Blue) = 195+19+132=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C31384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31384 is #3CEC7B. Grayscale: #545454. Windows color (decimal): -3992700 or 8655811. OLE color: 8655811.
HSL color Cylindrical-coordinate representation of color #C31384: hue angle of 321.48º 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 #C31384 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 132 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.24 |
| HSL | 321.48º | 0.82% | 0.42% | - |
| HSV(B) | 321.48º | 0.9% | 0.76% | - |
| XYZ | 26.9 | 13.73 | 23.06 | - |
| YUV | 84.51 | 154.81 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 132 | 0 | 0.90 | 0.32 | 0.24 | 321.48 | 0.82 | 0.42 |
| Hex | C3 | 13 | 84 | 0 | 5A | 20 | 18 | 141 | 52 | 2A |
| Octal | 303 | 23 | 204 | 0 | 132 | 40 | 30 | 501 | 122 | 52 |
| Binary | 11000011 | 10011 | 10000100 | 0 | 1011010 | 100000 | 11000 | 101000001 | 1010010 | 101010 |
Color Harmonies of #C31384
Complementary color
Monochromatic Colors of #C31384
Black with #C31384
Text Example
Text Example
White with #C31384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31384; }
p { color: rgb(195,19,132); }
H1.HeaderClassName
{
color: #C31384;
}
.AnyTagClassName
{
color: #C31384;
}
</style>
background-color css
<style>
a { background-color: #C31384; }
a { background-color: rgb(195,19,132); }
div.DivClassName
{
background-color: #C31384;
}
.BgClassName
{
background-color: #C31384;
}
</style>
border-color css
<style>
span { border-color: #C31384; }
span { border-color: rgb(195,19,132); }
td.TdClassName
{
border-color: #C31384;
}
.TagClassName
{
border-color: #C31384;
}
</style>