Shades of Viola #C080A1
Tints of Viola #C080A1
RGB
CMYK
RGB Variations
Color information
#C080A1 (or 0xC080A1) is known color: Viola. HEX triplet: C0, 80 and A1. RGB value is (192,128,161). Sum of RGB (Red+Green+Blue) = 192+128+161=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C080A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C080A1 is #3F7F5E. Grayscale: #969696. Windows color (decimal): -4161375 or 10584256. OLE color: 10584256.
HSL color Cylindrical-coordinate representation of color #C080A1: hue angle of 329.06º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C080A1 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 161 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.25 |
| HSL | 329.06º | 0.34% | 0.63% | - |
| HSV(B) | 329.06º | 0.33% | 0.75% | - |
| XYZ | 35.89 | 29.22 | 37.47 | - |
| YUV | 150.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 161 | 0 | 0.33 | 0.16 | 0.25 | 329.06 | 0.34 | 0.63 |
| Hex | C0 | 80 | A1 | 0 | 21 | 10 | 19 | 149 | 22 | 3F |
| Octal | 300 | 200 | 241 | 0 | 41 | 20 | 31 | 511 | 42 | 77 |
| Binary | 11000000 | 10000000 | 10100001 | 0 | 100001 | 10000 | 11001 | 101001001 | 100010 | 111111 |
Color Harmonies of #C080A1
Complementary color
Monochromatic Colors of #C080A1
Black with #C080A1
Text Example
Text Example
White with #C080A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080A1; }
p { color: rgb(192,128,161); }
H1.HeaderClassName
{
color: #C080A1;
}
.AnyTagClassName
{
color: #C080A1;
}
</style>
background-color css
<style>
a { background-color: #C080A1; }
a { background-color: rgb(192,128,161); }
div.DivClassName
{
background-color: #C080A1;
}
.BgClassName
{
background-color: #C080A1;
}
</style>
border-color css
<style>
span { border-color: #C080A1; }
span { border-color: rgb(192,128,161); }
td.TdClassName
{
border-color: #C080A1;
}
.TagClassName
{
border-color: #C080A1;
}
</style>