Shades of Viola #C082A0
Tints of Viola #C082A0
RGB
CMYK
RGB Variations
Color information
#C082A0 (or 0xC082A0) is known color: Viola. HEX triplet: C0, 82 and A0. RGB value is (192,130,160). Sum of RGB (Red+Green+Blue) = 192+130+160=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C082A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C082A0 is #3F7D5F. Grayscale: #979797. Windows color (decimal): -4160864 or 10519232. OLE color: 10519232.
HSL color Cylindrical-coordinate representation of color #C082A0: hue angle of 330.97º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C082A0 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 160 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.25 |
| HSL | 330.97º | 0.33% | 0.63% | - |
| HSV(B) | 330.97º | 0.32% | 0.75% | - |
| XYZ | 36.07 | 29.71 | 37.09 | - |
| YUV | 151.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 160 | 0 | 0.32 | 0.17 | 0.25 | 330.97 | 0.33 | 0.63 |
| Hex | C0 | 82 | A0 | 0 | 20 | 11 | 19 | 14B | 21 | 3F |
| Octal | 300 | 202 | 240 | 0 | 40 | 21 | 31 | 513 | 41 | 77 |
| Binary | 11000000 | 10000010 | 10100000 | 0 | 100000 | 10001 | 11001 | 101001011 | 100001 | 111111 |
Color Harmonies of #C082A0
Complementary color
Monochromatic Colors of #C082A0
Black with #C082A0
Text Example
Text Example
White with #C082A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082A0; }
p { color: rgb(192,130,160); }
H1.HeaderClassName
{
color: #C082A0;
}
.AnyTagClassName
{
color: #C082A0;
}
</style>
background-color css
<style>
a { background-color: #C082A0; }
a { background-color: rgb(192,130,160); }
div.DivClassName
{
background-color: #C082A0;
}
.BgClassName
{
background-color: #C082A0;
}
</style>
border-color css
<style>
span { border-color: #C082A0; }
span { border-color: rgb(192,130,160); }
td.TdClassName
{
border-color: #C082A0;
}
.TagClassName
{
border-color: #C082A0;
}
</style>