Shades of Medium Red Violet #C03082
Tints of Medium Red Violet #C03082
RGB
CMYK
RGB Variations
Color information
#C03082 (or 0xC03082) is known color: Medium Red Violet. HEX triplet: C0, 30 and 82. RGB value is (192,48,130). Sum of RGB (Red+Green+Blue) = 192+48+130=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C03082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03082 is #3FCF7D. Grayscale: #646464. Windows color (decimal): -4181886 or 8532160. OLE color: 8532160.
HSL color Cylindrical-coordinate representation of color #C03082: hue angle of 325.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03082 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 130 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.25 |
| HSL | 325.83º | 0.6% | 0.47% | - |
| HSV(B) | 325.83º | 0.75% | 0.75% | - |
| XYZ | 26.82 | 14.93 | 22.59 | - |
| YUV | 100.4 | 144.71 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 130 | 0 | 0.75 | 0.32 | 0.25 | 325.83 | 0.6 | 0.47 |
| Hex | C0 | 30 | 82 | 0 | 4B | 20 | 19 | 146 | 3C | 2F |
| Octal | 300 | 60 | 202 | 0 | 113 | 40 | 31 | 506 | 74 | 57 |
| Binary | 11000000 | 110000 | 10000010 | 0 | 1001011 | 100000 | 11001 | 101000110 | 111100 | 101111 |
Color Harmonies of #C03082
Complementary color
Monochromatic Colors of #C03082
Black with #C03082
Text Example
Text Example
White with #C03082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03082; }
p { color: rgb(192,48,130); }
H1.HeaderClassName
{
color: #C03082;
}
.AnyTagClassName
{
color: #C03082;
}
</style>
background-color css
<style>
a { background-color: #C03082; }
a { background-color: rgb(192,48,130); }
div.DivClassName
{
background-color: #C03082;
}
.BgClassName
{
background-color: #C03082;
}
</style>
border-color css
<style>
span { border-color: #C03082; }
span { border-color: rgb(192,48,130); }
td.TdClassName
{
border-color: #C03082;
}
.TagClassName
{
border-color: #C03082;
}
</style>