Shades of Viola #C07FA0
Tints of Viola #C07FA0
RGB
CMYK
RGB Variations
Color information
#C07FA0 (or 0xC07FA0) is known color: Viola. HEX triplet: C0, 7F and A0. RGB value is (192,127,160). Sum of RGB (Red+Green+Blue) = 192+127+160=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07FA0 is #3F805F. Grayscale: #969696. Windows color (decimal): -4161632 or 10518464. OLE color: 10518464.
HSL color Cylindrical-coordinate representation of color #C07FA0: hue angle of 329.54º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07FA0 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 160 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.25 |
| HSL | 329.54º | 0.34% | 0.63% | - |
| HSV(B) | 329.54º | 0.34% | 0.75% | - |
| XYZ | 35.67 | 28.92 | 36.96 | - |
| YUV | 150.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 160 | 0 | 0.34 | 0.17 | 0.25 | 329.54 | 0.34 | 0.63 |
| Hex | C0 | 7F | A0 | 0 | 22 | 11 | 19 | 14A | 22 | 3F |
| Octal | 300 | 177 | 240 | 0 | 42 | 21 | 31 | 512 | 42 | 77 |
| Binary | 11000000 | 1111111 | 10100000 | 0 | 100010 | 10001 | 11001 | 101001010 | 100010 | 111111 |
Color Harmonies of #C07FA0
Complementary color
Monochromatic Colors of #C07FA0
Black with #C07FA0
Text Example
Text Example
White with #C07FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FA0; }
p { color: rgb(192,127,160); }
H1.HeaderClassName
{
color: #C07FA0;
}
.AnyTagClassName
{
color: #C07FA0;
}
</style>
background-color css
<style>
a { background-color: #C07FA0; }
a { background-color: rgb(192,127,160); }
div.DivClassName
{
background-color: #C07FA0;
}
.BgClassName
{
background-color: #C07FA0;
}
</style>
border-color css
<style>
span { border-color: #C07FA0; }
span { border-color: rgb(192,127,160); }
td.TdClassName
{
border-color: #C07FA0;
}
.TagClassName
{
border-color: #C07FA0;
}
</style>