Shades of Medium Violet Red #C31493
Tints of Medium Violet Red #C31493
RGB
CMYK
RGB Variations
Color information
#C31493 (or 0xC31493) is known color: Medium Violet Red. HEX triplet: C3, 14 and 93. RGB value is (195,20,147). Sum of RGB (Red+Green+Blue) = 195+20+147=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C31493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31493 is #3CEB6C. Grayscale: #565656. Windows color (decimal): -3992429 or 9639107. OLE color: 9639107.
HSL color Cylindrical-coordinate representation of color #C31493: hue angle of 316.46º 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 #C31493 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 147 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.24 |
| HSL | 316.46º | 0.81% | 0.42% | - |
| HSV(B) | 316.46º | 0.9% | 0.76% | - |
| XYZ | 28.02 | 14.21 | 28.87 | - |
| YUV | 86.8 | 161.98 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 147 | 0 | 0.90 | 0.25 | 0.24 | 316.46 | 0.81 | 0.42 |
| Hex | C3 | 14 | 93 | 0 | 5A | 19 | 18 | 13C | 51 | 2A |
| Octal | 303 | 24 | 223 | 0 | 132 | 31 | 30 | 474 | 121 | 52 |
| Binary | 11000011 | 10100 | 10010011 | 0 | 1011010 | 11001 | 11000 | 100111100 | 1010001 | 101010 |
Color Harmonies of #C31493
Complementary color
Monochromatic Colors of #C31493
Black with #C31493
Text Example
Text Example
White with #C31493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31493; }
p { color: rgb(195,20,147); }
H1.HeaderClassName
{
color: #C31493;
}
.AnyTagClassName
{
color: #C31493;
}
</style>
background-color css
<style>
a { background-color: #C31493; }
a { background-color: rgb(195,20,147); }
div.DivClassName
{
background-color: #C31493;
}
.BgClassName
{
background-color: #C31493;
}
</style>
border-color css
<style>
span { border-color: #C31493; }
span { border-color: rgb(195,20,147); }
td.TdClassName
{
border-color: #C31493;
}
.TagClassName
{
border-color: #C31493;
}
</style>