Shades of Medium Red Violet #C03780
Tints of Medium Red Violet #C03780
RGB
CMYK
RGB Variations
Color information
#C03780 (or 0xC03780) is known color: Medium Red Violet. HEX triplet: C0, 37 and 80. RGB value is (192,55,128). Sum of RGB (Red+Green+Blue) = 192+55+128=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C03780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03780 is #3FC87F. Grayscale: #686868. Windows color (decimal): -4180096 or 8402880. OLE color: 8402880.
HSL color Cylindrical-coordinate representation of color #C03780: hue angle of 328.03º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03780 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 128 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.25 |
| HSL | 328.03º | 0.55% | 0.48% | - |
| HSV(B) | 328.03º | 0.71% | 0.75% | - |
| XYZ | 27 | 15.5 | 21.99 | - |
| YUV | 104.29 | 141.39 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 128 | 0 | 0.71 | 0.33 | 0.25 | 328.03 | 0.55 | 0.48 |
| Hex | C0 | 37 | 80 | 0 | 47 | 21 | 19 | 148 | 37 | 30 |
| Octal | 300 | 67 | 200 | 0 | 107 | 41 | 31 | 510 | 67 | 60 |
| Binary | 11000000 | 110111 | 10000000 | 0 | 1000111 | 100001 | 11001 | 101001000 | 110111 | 110000 |
Color Harmonies of #C03780
Complementary color
Monochromatic Colors of #C03780
Black with #C03780
Text Example
Text Example
White with #C03780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03780; }
p { color: rgb(192,55,128); }
H1.HeaderClassName
{
color: #C03780;
}
.AnyTagClassName
{
color: #C03780;
}
</style>
background-color css
<style>
a { background-color: #C03780; }
a { background-color: rgb(192,55,128); }
div.DivClassName
{
background-color: #C03780;
}
.BgClassName
{
background-color: #C03780;
}
</style>
border-color css
<style>
span { border-color: #C03780; }
span { border-color: rgb(192,55,128); }
td.TdClassName
{
border-color: #C03780;
}
.TagClassName
{
border-color: #C03780;
}
</style>