Shades of Medium Violet Red #C30082
Tints of Medium Violet Red #C30082
RGB
CMYK
RGB Variations
Color information
#C30082 (or 0xC30082) is known color: Medium Violet Red. HEX triplet: C3, 00 and 82. RGB value is (195,0,130). Sum of RGB (Red+Green+Blue) = 195+0+130=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C30082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30082 is #3CFF7D. Grayscale: #484848. Windows color (decimal): -3997566 or 8519875. OLE color: 8519875.
HSL color Cylindrical-coordinate representation of color #C30082: hue angle of 320º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30082 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.33 | 0.24 |
| HSL | 320º | 1% | 0.38% | - |
| HSV(B) | 320º | 1% | 0.76% | - |
| XYZ | 26.53 | 13.21 | 22.27 | - |
| YUV | 73.13 | 160.1 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 130 | 0 | 1 | 0.33 | 0.24 | 320 | 1 | 0.38 |
| Hex | C3 | 0 | 82 | 0 | 64 | 21 | 18 | 140 | 64 | 26 |
| Octal | 303 | 0 | 202 | 0 | 144 | 41 | 30 | 500 | 144 | 46 |
| Binary | 11000011 | 0 | 10000010 | 0 | 1100100 | 100001 | 11000 | 101000000 | 1100100 | 100110 |
Color Harmonies of #C30082
Complementary color
Monochromatic Colors of #C30082
Black with #C30082
Text Example
Text Example
White with #C30082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30082; }
p { color: rgb(195,0,130); }
H1.HeaderClassName
{
color: #C30082;
}
.AnyTagClassName
{
color: #C30082;
}
</style>
background-color css
<style>
a { background-color: #C30082; }
a { background-color: rgb(195,0,130); }
div.DivClassName
{
background-color: #C30082;
}
.BgClassName
{
background-color: #C30082;
}
</style>
border-color css
<style>
span { border-color: #C30082; }
span { border-color: rgb(195,0,130); }
td.TdClassName
{
border-color: #C30082;
}
.TagClassName
{
border-color: #C30082;
}
</style>