Shades of Medium Red Violet #C03178
Tints of Medium Red Violet #C03178
RGB
CMYK
RGB Variations
Color information
#C03178 (or 0xC03178) is known color: Medium Red Violet. HEX triplet: C0, 31 and 78. RGB value is (192,49,120). Sum of RGB (Red+Green+Blue) = 192+49+120=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C03178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03178 is #3FCE87. Grayscale: #636363. Windows color (decimal): -4181640 or 7877056. OLE color: 7877056.
HSL color Cylindrical-coordinate representation of color #C03178: hue angle of 330.21º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03178 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 120 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.25 |
| HSL | 330.21º | 0.59% | 0.47% | - |
| HSV(B) | 330.21º | 0.74% | 0.75% | - |
| XYZ | 26.23 | 14.76 | 19.24 | - |
| YUV | 99.85 | 139.38 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 120 | 0 | 0.74 | 0.38 | 0.25 | 330.21 | 0.59 | 0.47 |
| Hex | C0 | 31 | 78 | 0 | 4A | 26 | 19 | 14A | 3B | 2F |
| Octal | 300 | 61 | 170 | 0 | 112 | 46 | 31 | 512 | 73 | 57 |
| Binary | 11000000 | 110001 | 1111000 | 0 | 1001010 | 100110 | 11001 | 101001010 | 111011 | 101111 |
Color Harmonies of #C03178
Complementary color
Monochromatic Colors of #C03178
Black with #C03178
Text Example
Text Example
White with #C03178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03178; }
p { color: rgb(192,49,120); }
H1.HeaderClassName
{
color: #C03178;
}
.AnyTagClassName
{
color: #C03178;
}
</style>
background-color css
<style>
a { background-color: #C03178; }
a { background-color: rgb(192,49,120); }
div.DivClassName
{
background-color: #C03178;
}
.BgClassName
{
background-color: #C03178;
}
</style>
border-color css
<style>
span { border-color: #C03178; }
span { border-color: rgb(192,49,120); }
td.TdClassName
{
border-color: #C03178;
}
.TagClassName
{
border-color: #C03178;
}
</style>