Shades of Medium Violet Red #C01393
Tints of Medium Violet Red #C01393
RGB
CMYK
RGB Variations
Color information
#C01393 (or 0xC01393) is known color: Medium Violet Red. HEX triplet: C0, 13 and 93. RGB value is (192,19,147). Sum of RGB (Red+Green+Blue) = 192+19+147=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C01393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01393 is #3FEC6C. Grayscale: #545454. Windows color (decimal): -4189293 or 9638848. OLE color: 9638848.
HSL color Cylindrical-coordinate representation of color #C01393: hue angle of 315.61º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01393 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 147 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.25 |
| HSL | 315.61º | 0.82% | 0.41% | - |
| HSV(B) | 315.61º | 0.9% | 0.75% | - |
| XYZ | 27.24 | 13.78 | 28.83 | - |
| YUV | 85.32 | 162.81 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 147 | 0 | 0.90 | 0.23 | 0.25 | 315.61 | 0.82 | 0.41 |
| Hex | C0 | 13 | 93 | 0 | 5A | 17 | 19 | 13C | 52 | 29 |
| Octal | 300 | 23 | 223 | 0 | 132 | 27 | 31 | 474 | 122 | 51 |
| Binary | 11000000 | 10011 | 10010011 | 0 | 1011010 | 10111 | 11001 | 100111100 | 1010010 | 101001 |
Color Harmonies of #C01393
Complementary color
Monochromatic Colors of #C01393
Black with #C01393
Text Example
Text Example
White with #C01393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01393; }
p { color: rgb(192,19,147); }
H1.HeaderClassName
{
color: #C01393;
}
.AnyTagClassName
{
color: #C01393;
}
</style>
background-color css
<style>
a { background-color: #C01393; }
a { background-color: rgb(192,19,147); }
div.DivClassName
{
background-color: #C01393;
}
.BgClassName
{
background-color: #C01393;
}
</style>
border-color css
<style>
span { border-color: #C01393; }
span { border-color: rgb(192,19,147); }
td.TdClassName
{
border-color: #C01393;
}
.TagClassName
{
border-color: #C01393;
}
</style>