Shades of Medium Red Violet #C03880
Tints of Medium Red Violet #C03880
RGB
CMYK
RGB Variations
Color information
#C03880 (or 0xC03880) is known color: Medium Red Violet. HEX triplet: C0, 38 and 80. RGB value is (192,56,128). Sum of RGB (Red+Green+Blue) = 192+56+128=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C03880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03880 is #3FC77F. Grayscale: #686868. Windows color (decimal): -4179840 or 8403136. OLE color: 8403136.
HSL color Cylindrical-coordinate representation of color #C03880: hue angle of 328.24º 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 #C03880 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 128 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.25 |
| HSL | 328.24º | 0.55% | 0.49% | - |
| HSV(B) | 328.24º | 0.71% | 0.75% | - |
| XYZ | 27.05 | 15.59 | 22.01 | - |
| YUV | 104.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 128 | 0 | 0.71 | 0.33 | 0.25 | 328.24 | 0.55 | 0.49 |
| Hex | C0 | 38 | 80 | 0 | 47 | 21 | 19 | 148 | 37 | 31 |
| Octal | 300 | 70 | 200 | 0 | 107 | 41 | 31 | 510 | 67 | 61 |
| Binary | 11000000 | 111000 | 10000000 | 0 | 1000111 | 100001 | 11001 | 101001000 | 110111 | 110001 |
Color Harmonies of #C03880
Complementary color
Monochromatic Colors of #C03880
Black with #C03880
Text Example
Text Example
White with #C03880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03880; }
p { color: rgb(192,56,128); }
H1.HeaderClassName
{
color: #C03880;
}
.AnyTagClassName
{
color: #C03880;
}
</style>
background-color css
<style>
a { background-color: #C03880; }
a { background-color: rgb(192,56,128); }
div.DivClassName
{
background-color: #C03880;
}
.BgClassName
{
background-color: #C03880;
}
</style>
border-color css
<style>
span { border-color: #C03880; }
span { border-color: rgb(192,56,128); }
td.TdClassName
{
border-color: #C03880;
}
.TagClassName
{
border-color: #C03880;
}
</style>