Shades of Medium Violet Red #C31593
Tints of Medium Violet Red #C31593
RGB
CMYK
RGB Variations
Color information
#C31593 (or 0xC31593) is known color: Medium Violet Red. HEX triplet: C3, 15 and 93. RGB value is (195,21,147). Sum of RGB (Red+Green+Blue) = 195+21+147=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C31593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31593 is #3CEA6C. Grayscale: #575757. Windows color (decimal): -3992173 or 9639363. OLE color: 9639363.
HSL color Cylindrical-coordinate representation of color #C31593: hue angle of 316.55º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31593 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 147 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.24 |
| HSL | 316.55º | 0.81% | 0.42% | - |
| HSV(B) | 316.55º | 0.89% | 0.76% | - |
| XYZ | 28.04 | 14.25 | 28.88 | - |
| YUV | 87.39 | 161.65 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 147 | 0 | 0.89 | 0.25 | 0.24 | 316.55 | 0.81 | 0.42 |
| Hex | C3 | 15 | 93 | 0 | 59 | 19 | 18 | 13D | 51 | 2A |
| Octal | 303 | 25 | 223 | 0 | 131 | 31 | 30 | 475 | 121 | 52 |
| Binary | 11000011 | 10101 | 10010011 | 0 | 1011001 | 11001 | 11000 | 100111101 | 1010001 | 101010 |
Color Harmonies of #C31593
Complementary color
Monochromatic Colors of #C31593
Black with #C31593
Text Example
Text Example
White with #C31593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31593; }
p { color: rgb(195,21,147); }
H1.HeaderClassName
{
color: #C31593;
}
.AnyTagClassName
{
color: #C31593;
}
</style>
background-color css
<style>
a { background-color: #C31593; }
a { background-color: rgb(195,21,147); }
div.DivClassName
{
background-color: #C31593;
}
.BgClassName
{
background-color: #C31593;
}
</style>
border-color css
<style>
span { border-color: #C31593; }
span { border-color: rgb(195,21,147); }
td.TdClassName
{
border-color: #C31593;
}
.TagClassName
{
border-color: #C31593;
}
</style>