Shades of Viola #C080A0
Tints of Viola #C080A0
RGB
CMYK
RGB Variations
Color information
#C080A0 (or 0xC080A0) is known color: Viola. HEX triplet: C0, 80 and A0. RGB value is (192,128,160). Sum of RGB (Red+Green+Blue) = 192+128+160=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C080A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C080A0 is #3F7F5F. Grayscale: #969696. Windows color (decimal): -4161376 or 10518720. OLE color: 10518720.
HSL color Cylindrical-coordinate representation of color #C080A0: hue angle of 330º 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 #C080A0 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 128 | 160 | - |
CMYK | 0 | 0.33 | 0.17 | 0.25 |
HSL | 330º | 0.34% | 0.63% | - |
HSV(B) | 330º | 0.33% | 0.75% | - |
XYZ | 35.8 | 29.18 | 37 | - |
YUV | 150.78 | 133.2 | 157.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 128 | 160 | 0 | 0.33 | 0.17 | 0.25 | 330 | 0.34 | 0.63 |
Hex | C0 | 80 | A0 | 0 | 21 | 11 | 19 | 14A | 22 | 3F |
Octal | 300 | 200 | 240 | 0 | 41 | 21 | 31 | 512 | 42 | 77 |
Binary | 11000000 | 10000000 | 10100000 | 0 | 100001 | 10001 | 11001 | 101001010 | 100010 | 111111 |
Color Harmonies of #C080A0
Complementary color
Monochromatic Colors of #C080A0
Black with #C080A0
Text Example
Text Example
White with #C080A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080A0; }
p { color: rgb(192,128,160); }
H1.HeaderClassName
{
color: #C080A0;
}
.AnyTagClassName
{
color: #C080A0;
}
</style>
background-color css
<style>
a { background-color: #C080A0; }
a { background-color: rgb(192,128,160); }
div.DivClassName
{
background-color: #C080A0;
}
.BgClassName
{
background-color: #C080A0;
}
</style>
border-color css
<style>
span { border-color: #C080A0; }
span { border-color: rgb(192,128,160); }
td.TdClassName
{
border-color: #C080A0;
}
.TagClassName
{
border-color: #C080A0;
}
</style>