Shades of Medium Violet Red #C01593
Tints of Medium Violet Red #C01593
RGB
CMYK
RGB Variations
Color information
#C01593 (or 0xC01593) is known color: Medium Violet Red. HEX triplet: C0, 15 and 93. RGB value is (192,21,147). Sum of RGB (Red+Green+Blue) = 192+21+147=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C01593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01593 is #3FEA6C. Grayscale: #565656. Windows color (decimal): -4188781 or 9639360. OLE color: 9639360.
HSL color Cylindrical-coordinate representation of color #C01593: hue angle of 315.79º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01593 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 147 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.25 |
| HSL | 315.79º | 0.8% | 0.42% | - |
| HSV(B) | 315.79º | 0.89% | 0.75% | - |
| XYZ | 27.27 | 13.85 | 28.84 | - |
| YUV | 86.49 | 162.15 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 147 | 0 | 0.89 | 0.23 | 0.25 | 315.79 | 0.8 | 0.42 |
| Hex | C0 | 15 | 93 | 0 | 59 | 17 | 19 | 13C | 50 | 2A |
| Octal | 300 | 25 | 223 | 0 | 131 | 27 | 31 | 474 | 120 | 52 |
| Binary | 11000000 | 10101 | 10010011 | 0 | 1011001 | 10111 | 11001 | 100111100 | 1010000 | 101010 |
Color Harmonies of #C01593
Complementary color
Monochromatic Colors of #C01593
Black with #C01593
Text Example
Text Example
White with #C01593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01593; }
p { color: rgb(192,21,147); }
H1.HeaderClassName
{
color: #C01593;
}
.AnyTagClassName
{
color: #C01593;
}
</style>
background-color css
<style>
a { background-color: #C01593; }
a { background-color: rgb(192,21,147); }
div.DivClassName
{
background-color: #C01593;
}
.BgClassName
{
background-color: #C01593;
}
</style>
border-color css
<style>
span { border-color: #C01593; }
span { border-color: rgb(192,21,147); }
td.TdClassName
{
border-color: #C01593;
}
.TagClassName
{
border-color: #C01593;
}
</style>