Shades of Medium Red Violet #C03078
Tints of Medium Red Violet #C03078
RGB
CMYK
RGB Variations
Color information
#C03078 (or 0xC03078) is known color: Medium Red Violet. HEX triplet: C0, 30 and 78. RGB value is (192,48,120). Sum of RGB (Red+Green+Blue) = 192+48+120=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C03078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03078 is #3FCF87. Grayscale: #636363. Windows color (decimal): -4181896 or 7876800. OLE color: 7876800.
HSL color Cylindrical-coordinate representation of color #C03078: hue angle of 330º 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 #C03078 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 120 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.25 |
| HSL | 330º | 0.6% | 0.47% | - |
| HSV(B) | 330º | 0.75% | 0.75% | - |
| XYZ | 26.19 | 14.68 | 19.22 | - |
| YUV | 99.26 | 139.71 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 120 | 0 | 0.75 | 0.38 | 0.25 | 330 | 0.6 | 0.47 |
| Hex | C0 | 30 | 78 | 0 | 4B | 26 | 19 | 14A | 3C | 2F |
| Octal | 300 | 60 | 170 | 0 | 113 | 46 | 31 | 512 | 74 | 57 |
| Binary | 11000000 | 110000 | 1111000 | 0 | 1001011 | 100110 | 11001 | 101001010 | 111100 | 101111 |
Color Harmonies of #C03078
Complementary color
Monochromatic Colors of #C03078
Black with #C03078
Text Example
Text Example
White with #C03078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03078; }
p { color: rgb(192,48,120); }
H1.HeaderClassName
{
color: #C03078;
}
.AnyTagClassName
{
color: #C03078;
}
</style>
background-color css
<style>
a { background-color: #C03078; }
a { background-color: rgb(192,48,120); }
div.DivClassName
{
background-color: #C03078;
}
.BgClassName
{
background-color: #C03078;
}
</style>
border-color css
<style>
span { border-color: #C03078; }
span { border-color: rgb(192,48,120); }
td.TdClassName
{
border-color: #C03078;
}
.TagClassName
{
border-color: #C03078;
}
</style>