Shades of Medium Violet Red #C01082
Tints of Medium Violet Red #C01082
RGB
CMYK
RGB Variations
Color information
#C01082 (or 0xC01082) is known color: Medium Violet Red. HEX triplet: C0, 10 and 82. RGB value is (192,16,130). Sum of RGB (Red+Green+Blue) = 192+16+130=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C01082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01082 is #3FEF7D. Grayscale: #515151. Windows color (decimal): -4190078 or 8523968. OLE color: 8523968.
HSL color Cylindrical-coordinate representation of color #C01082: hue angle of 321.14º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01082 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 130 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.25 |
| HSL | 321.14º | 0.85% | 0.41% | - |
| HSV(B) | 321.14º | 0.92% | 0.75% | - |
| XYZ | 25.95 | 13.19 | 22.3 | - |
| YUV | 81.62 | 155.31 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 130 | 0 | 0.92 | 0.32 | 0.25 | 321.14 | 0.85 | 0.41 |
| Hex | C0 | 10 | 82 | 0 | 5C | 20 | 19 | 141 | 55 | 29 |
| Octal | 300 | 20 | 202 | 0 | 134 | 40 | 31 | 501 | 125 | 51 |
| Binary | 11000000 | 10000 | 10000010 | 0 | 1011100 | 100000 | 11001 | 101000001 | 1010101 | 101001 |
Color Harmonies of #C01082
Complementary color
Monochromatic Colors of #C01082
Black with #C01082
Text Example
Text Example
White with #C01082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01082; }
p { color: rgb(192,16,130); }
H1.HeaderClassName
{
color: #C01082;
}
.AnyTagClassName
{
color: #C01082;
}
</style>
background-color css
<style>
a { background-color: #C01082; }
a { background-color: rgb(192,16,130); }
div.DivClassName
{
background-color: #C01082;
}
.BgClassName
{
background-color: #C01082;
}
</style>
border-color css
<style>
span { border-color: #C01082; }
span { border-color: rgb(192,16,130); }
td.TdClassName
{
border-color: #C01082;
}
.TagClassName
{
border-color: #C01082;
}
</style>