Shades of Medium Red Violet #C03682
Tints of Medium Red Violet #C03682
RGB
CMYK
RGB Variations
Color information
#C03682 (or 0xC03682) is known color: Medium Red Violet. HEX triplet: C0, 36 and 82. RGB value is (192,54,130). Sum of RGB (Red+Green+Blue) = 192+54+130=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C03682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03682 is #3FC97D. Grayscale: #676767. Windows color (decimal): -4180350 or 8533696. OLE color: 8533696.
HSL color Cylindrical-coordinate representation of color #C03682: hue angle of 326.96º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03682 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 130 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.25 |
| HSL | 326.96º | 0.56% | 0.48% | - |
| HSV(B) | 326.96º | 0.72% | 0.75% | - |
| XYZ | 27.09 | 15.46 | 22.67 | - |
| YUV | 103.93 | 142.72 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 130 | 0 | 0.72 | 0.32 | 0.25 | 326.96 | 0.56 | 0.48 |
| Hex | C0 | 36 | 82 | 0 | 48 | 20 | 19 | 147 | 38 | 30 |
| Octal | 300 | 66 | 202 | 0 | 110 | 40 | 31 | 507 | 70 | 60 |
| Binary | 11000000 | 110110 | 10000010 | 0 | 1001000 | 100000 | 11001 | 101000111 | 111000 | 110000 |
Color Harmonies of #C03682
Complementary color
Monochromatic Colors of #C03682
Black with #C03682
Text Example
Text Example
White with #C03682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03682; }
p { color: rgb(192,54,130); }
H1.HeaderClassName
{
color: #C03682;
}
.AnyTagClassName
{
color: #C03682;
}
</style>
background-color css
<style>
a { background-color: #C03682; }
a { background-color: rgb(192,54,130); }
div.DivClassName
{
background-color: #C03682;
}
.BgClassName
{
background-color: #C03682;
}
</style>
border-color css
<style>
span { border-color: #C03682; }
span { border-color: rgb(192,54,130); }
td.TdClassName
{
border-color: #C03682;
}
.TagClassName
{
border-color: #C03682;
}
</style>