Shades of Viola #C082A2
Tints of Viola #C082A2
RGB
CMYK
RGB Variations
Color information
#C082A2 (or 0xC082A2) is known color: Viola. HEX triplet: C0, 82 and A2. RGB value is (192,130,162). Sum of RGB (Red+Green+Blue) = 192+130+162=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C082A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C082A2 is #3F7D5D. Grayscale: #989898. Windows color (decimal): -4160862 or 10650304. OLE color: 10650304.
HSL color Cylindrical-coordinate representation of color #C082A2: hue angle of 329.03º 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 #C082A2 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 162 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.25 |
| HSL | 329.03º | 0.33% | 0.63% | - |
| HSV(B) | 329.03º | 0.32% | 0.75% | - |
| XYZ | 36.24 | 29.78 | 38.02 | - |
| YUV | 152.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 162 | 0 | 0.32 | 0.16 | 0.25 | 329.03 | 0.33 | 0.63 |
| Hex | C0 | 82 | A2 | 0 | 20 | 10 | 19 | 149 | 21 | 3F |
| Octal | 300 | 202 | 242 | 0 | 40 | 20 | 31 | 511 | 41 | 77 |
| Binary | 11000000 | 10000010 | 10100010 | 0 | 100000 | 10000 | 11001 | 101001001 | 100001 | 111111 |
Color Harmonies of #C082A2
Complementary color
Monochromatic Colors of #C082A2
Black with #C082A2
Text Example
Text Example
White with #C082A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082A2; }
p { color: rgb(192,130,162); }
H1.HeaderClassName
{
color: #C082A2;
}
.AnyTagClassName
{
color: #C082A2;
}
</style>
background-color css
<style>
a { background-color: #C082A2; }
a { background-color: rgb(192,130,162); }
div.DivClassName
{
background-color: #C082A2;
}
.BgClassName
{
background-color: #C082A2;
}
</style>
border-color css
<style>
span { border-color: #C082A2; }
span { border-color: rgb(192,130,162); }
td.TdClassName
{
border-color: #C082A2;
}
.TagClassName
{
border-color: #C082A2;
}
</style>