Shades of Medium Red Violet #C03493
Tints of Medium Red Violet #C03493
RGB
CMYK
RGB Variations
Color information
#C03493 (or 0xC03493) is known color: Medium Red Violet. HEX triplet: C0, 34 and 93. RGB value is (192,52,147). Sum of RGB (Red+Green+Blue) = 192+52+147=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C03493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03493 is #3FCB6C. Grayscale: #686868. Windows color (decimal): -4180845 or 9647296. OLE color: 9647296.
HSL color Cylindrical-coordinate representation of color #C03493: hue angle of 319.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03493 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 147 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.25 |
| HSL | 319.29º | 0.57% | 0.48% | - |
| HSV(B) | 319.29º | 0.73% | 0.75% | - |
| XYZ | 28.23 | 15.77 | 29.16 | - |
| YUV | 104.69 | 151.88 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 147 | 0 | 0.73 | 0.23 | 0.25 | 319.29 | 0.57 | 0.48 |
| Hex | C0 | 34 | 93 | 0 | 49 | 17 | 19 | 13F | 39 | 30 |
| Octal | 300 | 64 | 223 | 0 | 111 | 27 | 31 | 477 | 71 | 60 |
| Binary | 11000000 | 110100 | 10010011 | 0 | 1001001 | 10111 | 11001 | 100111111 | 111001 | 110000 |
Color Harmonies of #C03493
Complementary color
Monochromatic Colors of #C03493
Black with #C03493
Text Example
Text Example
White with #C03493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03493; }
p { color: rgb(192,52,147); }
H1.HeaderClassName
{
color: #C03493;
}
.AnyTagClassName
{
color: #C03493;
}
</style>
background-color css
<style>
a { background-color: #C03493; }
a { background-color: rgb(192,52,147); }
div.DivClassName
{
background-color: #C03493;
}
.BgClassName
{
background-color: #C03493;
}
</style>
border-color css
<style>
span { border-color: #C03493; }
span { border-color: rgb(192,52,147); }
td.TdClassName
{
border-color: #C03493;
}
.TagClassName
{
border-color: #C03493;
}
</style>