Shades of Medium Violet Red #C01482
Tints of Medium Violet Red #C01482
RGB
CMYK
RGB Variations
Color information
#C01482 (or 0xC01482) is known color: Medium Violet Red. HEX triplet: C0, 14 and 82. RGB value is (192,20,130). Sum of RGB (Red+Green+Blue) = 192+20+130=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C01482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01482 is #3FEB7D. Grayscale: #535353. Windows color (decimal): -4189054 or 8524992. OLE color: 8524992.
HSL color Cylindrical-coordinate representation of color #C01482: hue angle of 321.63º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01482 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 130 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.25 |
| HSL | 321.63º | 0.81% | 0.42% | - |
| HSV(B) | 321.63º | 0.9% | 0.75% | - |
| XYZ | 26.02 | 13.32 | 22.32 | - |
| YUV | 83.97 | 153.98 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 130 | 0 | 0.90 | 0.32 | 0.25 | 321.63 | 0.81 | 0.42 |
| Hex | C0 | 14 | 82 | 0 | 5A | 20 | 19 | 142 | 51 | 2A |
| Octal | 300 | 24 | 202 | 0 | 132 | 40 | 31 | 502 | 121 | 52 |
| Binary | 11000000 | 10100 | 10000010 | 0 | 1011010 | 100000 | 11001 | 101000010 | 1010001 | 101010 |
Color Harmonies of #C01482
Complementary color
Monochromatic Colors of #C01482
Black with #C01482
Text Example
Text Example
White with #C01482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01482; }
p { color: rgb(192,20,130); }
H1.HeaderClassName
{
color: #C01482;
}
.AnyTagClassName
{
color: #C01482;
}
</style>
background-color css
<style>
a { background-color: #C01482; }
a { background-color: rgb(192,20,130); }
div.DivClassName
{
background-color: #C01482;
}
.BgClassName
{
background-color: #C01482;
}
</style>
border-color css
<style>
span { border-color: #C01482; }
span { border-color: rgb(192,20,130); }
td.TdClassName
{
border-color: #C01482;
}
.TagClassName
{
border-color: #C01482;
}
</style>