Shades of Medium Red Violet #C03080
Tints of Medium Red Violet #C03080
RGB
CMYK
RGB Variations
Color information
#C03080 (or 0xC03080) is known color: Medium Red Violet. HEX triplet: C0, 30 and 80. RGB value is (192,48,128). Sum of RGB (Red+Green+Blue) = 192+48+128=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C03080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03080 is #3FCF7F. Grayscale: #636363. Windows color (decimal): -4181888 or 8401088. OLE color: 8401088.
HSL color Cylindrical-coordinate representation of color #C03080: hue angle of 326.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03080 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 128 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.25 |
| HSL | 326.67º | 0.6% | 0.47% | - |
| HSV(B) | 326.67º | 0.75% | 0.75% | - |
| XYZ | 26.69 | 14.88 | 21.89 | - |
| YUV | 100.18 | 143.71 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 128 | 0 | 0.75 | 0.33 | 0.25 | 326.67 | 0.6 | 0.47 |
| Hex | C0 | 30 | 80 | 0 | 4B | 21 | 19 | 147 | 3C | 2F |
| Octal | 300 | 60 | 200 | 0 | 113 | 41 | 31 | 507 | 74 | 57 |
| Binary | 11000000 | 110000 | 10000000 | 0 | 1001011 | 100001 | 11001 | 101000111 | 111100 | 101111 |
Color Harmonies of #C03080
Complementary color
Monochromatic Colors of #C03080
Black with #C03080
Text Example
Text Example
White with #C03080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03080; }
p { color: rgb(192,48,128); }
H1.HeaderClassName
{
color: #C03080;
}
.AnyTagClassName
{
color: #C03080;
}
</style>
background-color css
<style>
a { background-color: #C03080; }
a { background-color: rgb(192,48,128); }
div.DivClassName
{
background-color: #C03080;
}
.BgClassName
{
background-color: #C03080;
}
</style>
border-color css
<style>
span { border-color: #C03080; }
span { border-color: rgb(192,48,128); }
td.TdClassName
{
border-color: #C03080;
}
.TagClassName
{
border-color: #C03080;
}
</style>