Shades of Medium Red Violet #C03879
Tints of Medium Red Violet #C03879
RGB
CMYK
RGB Variations
Color information
#C03879 (or 0xC03879) is known color: Medium Red Violet. HEX triplet: C0, 38 and 79. RGB value is (192,56,121). Sum of RGB (Red+Green+Blue) = 192+56+121=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C03879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03879 is #3FC786. Grayscale: #676767. Windows color (decimal): -4179847 or 7944384. OLE color: 7944384.
HSL color Cylindrical-coordinate representation of color #C03879: hue angle of 331.32º 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 #C03879 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 121 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.25 |
| HSL | 331.32º | 0.55% | 0.49% | - |
| HSV(B) | 331.32º | 0.71% | 0.75% | - |
| XYZ | 26.6 | 15.42 | 19.66 | - |
| YUV | 104.07 | 137.56 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 121 | 0 | 0.71 | 0.37 | 0.25 | 331.32 | 0.55 | 0.49 |
| Hex | C0 | 38 | 79 | 0 | 47 | 25 | 19 | 14B | 37 | 31 |
| Octal | 300 | 70 | 171 | 0 | 107 | 45 | 31 | 513 | 67 | 61 |
| Binary | 11000000 | 111000 | 1111001 | 0 | 1000111 | 100101 | 11001 | 101001011 | 110111 | 110001 |
Color Harmonies of #C03879
Complementary color
Monochromatic Colors of #C03879
Black with #C03879
Text Example
Text Example
White with #C03879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03879; }
p { color: rgb(192,56,121); }
H1.HeaderClassName
{
color: #C03879;
}
.AnyTagClassName
{
color: #C03879;
}
</style>
background-color css
<style>
a { background-color: #C03879; }
a { background-color: rgb(192,56,121); }
div.DivClassName
{
background-color: #C03879;
}
.BgClassName
{
background-color: #C03879;
}
</style>
border-color css
<style>
span { border-color: #C03879; }
span { border-color: rgb(192,56,121); }
td.TdClassName
{
border-color: #C03879;
}
.TagClassName
{
border-color: #C03879;
}
</style>