Shades of Medium Violet Red #C00482
Tints of Medium Violet Red #C00482
RGB
CMYK
RGB Variations
Color information
#C00482 (or 0xC00482) is known color: Medium Violet Red. HEX triplet: C0, 04 and 82. RGB value is (192,4,130). Sum of RGB (Red+Green+Blue) = 192+4+130=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C00482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00482 is #3FFB7D. Grayscale: #4A4A4A. Windows color (decimal): -4193150 or 8520896. OLE color: 8520896.
HSL color Cylindrical-coordinate representation of color #C00482: hue angle of 319.79º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00482 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 130 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.25 |
| HSL | 319.79º | 0.96% | 0.38% | - |
| HSV(B) | 319.79º | 0.98% | 0.75% | - |
| XYZ | 25.81 | 12.91 | 22.25 | - |
| YUV | 74.58 | 159.28 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 130 | 0 | 0.98 | 0.32 | 0.25 | 319.79 | 0.96 | 0.38 |
| Hex | C0 | 4 | 82 | 0 | 62 | 20 | 19 | 140 | 60 | 26 |
| Octal | 300 | 4 | 202 | 0 | 142 | 40 | 31 | 500 | 140 | 46 |
| Binary | 11000000 | 100 | 10000010 | 0 | 1100010 | 100000 | 11001 | 101000000 | 1100000 | 100110 |
Color Harmonies of #C00482
Complementary color
Monochromatic Colors of #C00482
Black with #C00482
Text Example
Text Example
White with #C00482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00482; }
p { color: rgb(192,4,130); }
H1.HeaderClassName
{
color: #C00482;
}
.AnyTagClassName
{
color: #C00482;
}
</style>
background-color css
<style>
a { background-color: #C00482; }
a { background-color: rgb(192,4,130); }
div.DivClassName
{
background-color: #C00482;
}
.BgClassName
{
background-color: #C00482;
}
</style>
border-color css
<style>
span { border-color: #C00482; }
span { border-color: rgb(192,4,130); }
td.TdClassName
{
border-color: #C00482;
}
.TagClassName
{
border-color: #C00482;
}
</style>