Shades of Medium Red Violet #C03494
Tints of Medium Red Violet #C03494
RGB
CMYK
RGB Variations
Color information
#C03494 (or 0xC03494) is known color: Medium Red Violet. HEX triplet: C0, 34 and 94. RGB value is (192,52,148). Sum of RGB (Red+Green+Blue) = 192+52+148=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C03494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03494 is #3FCB6B. Grayscale: #686868. Windows color (decimal): -4180844 or 9712832. OLE color: 9712832.
HSL color Cylindrical-coordinate representation of color #C03494: hue angle of 318.86º 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 #C03494 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 148 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.25 |
| HSL | 318.86º | 0.57% | 0.48% | - |
| HSV(B) | 318.86º | 0.73% | 0.75% | - |
| XYZ | 28.31 | 15.8 | 29.57 | - |
| YUV | 104.8 | 152.38 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 148 | 0 | 0.73 | 0.23 | 0.25 | 318.86 | 0.57 | 0.48 |
| Hex | C0 | 34 | 94 | 0 | 49 | 17 | 19 | 13F | 39 | 30 |
| Octal | 300 | 64 | 224 | 0 | 111 | 27 | 31 | 477 | 71 | 60 |
| Binary | 11000000 | 110100 | 10010100 | 0 | 1001001 | 10111 | 11001 | 100111111 | 111001 | 110000 |
Color Harmonies of #C03494
Complementary color
Monochromatic Colors of #C03494
Black with #C03494
Text Example
Text Example
White with #C03494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03494; }
p { color: rgb(192,52,148); }
H1.HeaderClassName
{
color: #C03494;
}
.AnyTagClassName
{
color: #C03494;
}
</style>
background-color css
<style>
a { background-color: #C03494; }
a { background-color: rgb(192,52,148); }
div.DivClassName
{
background-color: #C03494;
}
.BgClassName
{
background-color: #C03494;
}
</style>
border-color css
<style>
span { border-color: #C03494; }
span { border-color: rgb(192,52,148); }
td.TdClassName
{
border-color: #C03494;
}
.TagClassName
{
border-color: #C03494;
}
</style>