Shades of Medium Red Violet #C03A80
Tints of Medium Red Violet #C03A80
RGB
CMYK
RGB Variations
Color information
#C03A80 (or 0xC03A80) is known color: Medium Red Violet. HEX triplet: C0, 3A and 80. RGB value is (192,58,128). Sum of RGB (Red+Green+Blue) = 192+58+128=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03A80 is #3FC57F. Grayscale: #696969. Windows color (decimal): -4179328 or 8403648. OLE color: 8403648.
HSL color Cylindrical-coordinate representation of color #C03A80: hue angle of 328.66º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A80 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 128 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.25 |
| HSL | 328.66º | 0.54% | 0.49% | - |
| HSV(B) | 328.66º | 0.7% | 0.75% | - |
| XYZ | 27.15 | 15.79 | 22.04 | - |
| YUV | 106.05 | 140.39 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 128 | 0 | 0.70 | 0.33 | 0.25 | 328.66 | 0.54 | 0.49 |
| Hex | C0 | 3A | 80 | 0 | 46 | 21 | 19 | 149 | 36 | 31 |
| Octal | 300 | 72 | 200 | 0 | 106 | 41 | 31 | 511 | 66 | 61 |
| Binary | 11000000 | 111010 | 10000000 | 0 | 1000110 | 100001 | 11001 | 101001001 | 110110 | 110001 |
Color Harmonies of #C03A80
Complementary color
Monochromatic Colors of #C03A80
Black with #C03A80
Text Example
Text Example
White with #C03A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A80; }
p { color: rgb(192,58,128); }
H1.HeaderClassName
{
color: #C03A80;
}
.AnyTagClassName
{
color: #C03A80;
}
</style>
background-color css
<style>
a { background-color: #C03A80; }
a { background-color: rgb(192,58,128); }
div.DivClassName
{
background-color: #C03A80;
}
.BgClassName
{
background-color: #C03A80;
}
</style>
border-color css
<style>
span { border-color: #C03A80; }
span { border-color: rgb(192,58,128); }
td.TdClassName
{
border-color: #C03A80;
}
.TagClassName
{
border-color: #C03A80;
}
</style>