Shades of Viola #C180A0
Tints of Viola #C180A0
RGB
CMYK
RGB Variations
Color information
#C180A0 (or 0xC180A0) is known color: Viola. HEX triplet: C1, 80 and A0. RGB value is (193,128,160). Sum of RGB (Red+Green+Blue) = 193+128+160=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C180A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C180A0 is #3E7F5F. Grayscale: #979797. Windows color (decimal): -4095840 or 10518721. OLE color: 10518721.
HSL color Cylindrical-coordinate representation of color #C180A0: hue angle of 330.46º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C180A0 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 160 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.24 |
| HSL | 330.46º | 0.34% | 0.63% | - |
| HSV(B) | 330.46º | 0.34% | 0.76% | - |
| XYZ | 36.06 | 29.31 | 37.02 | - |
| YUV | 151.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 160 | 0 | 0.34 | 0.17 | 0.24 | 330.46 | 0.34 | 0.63 |
| Hex | C1 | 80 | A0 | 0 | 22 | 11 | 18 | 14A | 22 | 3F |
| Octal | 301 | 200 | 240 | 0 | 42 | 21 | 30 | 512 | 42 | 77 |
| Binary | 11000001 | 10000000 | 10100000 | 0 | 100010 | 10001 | 11000 | 101001010 | 100010 | 111111 |
Color Harmonies of #C180A0
Complementary color
Monochromatic Colors of #C180A0
Black with #C180A0
Text Example
Text Example
White with #C180A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180A0; }
p { color: rgb(193,128,160); }
H1.HeaderClassName
{
color: #C180A0;
}
.AnyTagClassName
{
color: #C180A0;
}
</style>
background-color css
<style>
a { background-color: #C180A0; }
a { background-color: rgb(193,128,160); }
div.DivClassName
{
background-color: #C180A0;
}
.BgClassName
{
background-color: #C180A0;
}
</style>
border-color css
<style>
span { border-color: #C180A0; }
span { border-color: rgb(193,128,160); }
td.TdClassName
{
border-color: #C180A0;
}
.TagClassName
{
border-color: #C180A0;
}
</style>