Shades of Medium Red Violet #C03882
Tints of Medium Red Violet #C03882
RGB
CMYK
RGB Variations
Color information
#C03882 (or 0xC03882) is known color: Medium Red Violet. HEX triplet: C0, 38 and 82. RGB value is (192,56,130). Sum of RGB (Red+Green+Blue) = 192+56+130=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C03882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03882 is #3FC77D. Grayscale: #686868. Windows color (decimal): -4179838 or 8534208. OLE color: 8534208.
HSL color Cylindrical-coordinate representation of color #C03882: hue angle of 327.35º 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 #C03882 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 130 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.25 |
| HSL | 327.35º | 0.55% | 0.49% | - |
| HSV(B) | 327.35º | 0.71% | 0.75% | - |
| XYZ | 27.18 | 15.65 | 22.71 | - |
| YUV | 105.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 130 | 0 | 0.71 | 0.32 | 0.25 | 327.35 | 0.55 | 0.49 |
| Hex | C0 | 38 | 82 | 0 | 47 | 20 | 19 | 147 | 37 | 31 |
| Octal | 300 | 70 | 202 | 0 | 107 | 40 | 31 | 507 | 67 | 61 |
| Binary | 11000000 | 111000 | 10000010 | 0 | 1000111 | 100000 | 11001 | 101000111 | 110111 | 110001 |
Color Harmonies of #C03882
Complementary color
Monochromatic Colors of #C03882
Black with #C03882
Text Example
Text Example
White with #C03882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03882; }
p { color: rgb(192,56,130); }
H1.HeaderClassName
{
color: #C03882;
}
.AnyTagClassName
{
color: #C03882;
}
</style>
background-color css
<style>
a { background-color: #C03882; }
a { background-color: rgb(192,56,130); }
div.DivClassName
{
background-color: #C03882;
}
.BgClassName
{
background-color: #C03882;
}
</style>
border-color css
<style>
span { border-color: #C03882; }
span { border-color: rgb(192,56,130); }
td.TdClassName
{
border-color: #C03882;
}
.TagClassName
{
border-color: #C03882;
}
</style>