Shades of Medium Red Violet #C03782
Tints of Medium Red Violet #C03782
RGB
CMYK
RGB Variations
Color information
#C03782 (or 0xC03782) is known color: Medium Red Violet. HEX triplet: C0, 37 and 82. RGB value is (192,55,130). Sum of RGB (Red+Green+Blue) = 192+55+130=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C03782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03782 is #3FC87D. Grayscale: #686868. Windows color (decimal): -4180094 or 8533952. OLE color: 8533952.
HSL color Cylindrical-coordinate representation of color #C03782: hue angle of 327.15º 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 #C03782 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 130 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.25 |
| HSL | 327.15º | 0.55% | 0.48% | - |
| HSV(B) | 327.15º | 0.71% | 0.75% | - |
| XYZ | 27.13 | 15.55 | 22.69 | - |
| YUV | 104.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 130 | 0 | 0.71 | 0.32 | 0.25 | 327.15 | 0.55 | 0.48 |
| Hex | C0 | 37 | 82 | 0 | 47 | 20 | 19 | 147 | 37 | 30 |
| Octal | 300 | 67 | 202 | 0 | 107 | 40 | 31 | 507 | 67 | 60 |
| Binary | 11000000 | 110111 | 10000010 | 0 | 1000111 | 100000 | 11001 | 101000111 | 110111 | 110000 |
Color Harmonies of #C03782
Complementary color
Monochromatic Colors of #C03782
Black with #C03782
Text Example
Text Example
White with #C03782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03782; }
p { color: rgb(192,55,130); }
H1.HeaderClassName
{
color: #C03782;
}
.AnyTagClassName
{
color: #C03782;
}
</style>
background-color css
<style>
a { background-color: #C03782; }
a { background-color: rgb(192,55,130); }
div.DivClassName
{
background-color: #C03782;
}
.BgClassName
{
background-color: #C03782;
}
</style>
border-color css
<style>
span { border-color: #C03782; }
span { border-color: rgb(192,55,130); }
td.TdClassName
{
border-color: #C03782;
}
.TagClassName
{
border-color: #C03782;
}
</style>