Shades of Medium Red Violet #C03878
Tints of Medium Red Violet #C03878
RGB
CMYK
RGB Variations
Color information
#C03878 (or 0xC03878) is known color: Medium Red Violet. HEX triplet: C0, 38 and 78. RGB value is (192,56,120). Sum of RGB (Red+Green+Blue) = 192+56+120=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C03878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03878 is #3FC787. Grayscale: #676767. Windows color (decimal): -4179848 or 7878848. OLE color: 7878848.
HSL color Cylindrical-coordinate representation of color #C03878: hue angle of 331.76º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03878 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 120 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.25 |
| HSL | 331.76º | 0.55% | 0.49% | - |
| HSV(B) | 331.76º | 0.71% | 0.75% | - |
| XYZ | 26.54 | 15.39 | 19.34 | - |
| YUV | 103.96 | 137.06 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 120 | 0 | 0.71 | 0.38 | 0.25 | 331.76 | 0.55 | 0.49 |
| Hex | C0 | 38 | 78 | 0 | 47 | 26 | 19 | 14C | 37 | 31 |
| Octal | 300 | 70 | 170 | 0 | 107 | 46 | 31 | 514 | 67 | 61 |
| Binary | 11000000 | 111000 | 1111000 | 0 | 1000111 | 100110 | 11001 | 101001100 | 110111 | 110001 |
Color Harmonies of #C03878
Complementary color
Monochromatic Colors of #C03878
Black with #C03878
Text Example
Text Example
White with #C03878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03878; }
p { color: rgb(192,56,120); }
H1.HeaderClassName
{
color: #C03878;
}
.AnyTagClassName
{
color: #C03878;
}
</style>
background-color css
<style>
a { background-color: #C03878; }
a { background-color: rgb(192,56,120); }
div.DivClassName
{
background-color: #C03878;
}
.BgClassName
{
background-color: #C03878;
}
</style>
border-color css
<style>
span { border-color: #C03878; }
span { border-color: rgb(192,56,120); }
td.TdClassName
{
border-color: #C03878;
}
.TagClassName
{
border-color: #C03878;
}
</style>