Shades of Viola #C083A0
Tints of Viola #C083A0
RGB
CMYK
RGB Variations
Color information
#C083A0 (or 0xC083A0) is known color: Viola. HEX triplet: C0, 83 and A0. RGB value is (192,131,160). Sum of RGB (Red+Green+Blue) = 192+131+160=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C083A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C083A0 is #3F7C5F. Grayscale: #989898. Windows color (decimal): -4160608 or 10519488. OLE color: 10519488.
HSL color Cylindrical-coordinate representation of color #C083A0: hue angle of 331.48º 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 #C083A0 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 160 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.25 |
| HSL | 331.48º | 0.33% | 0.63% | - |
| HSV(B) | 331.48º | 0.32% | 0.75% | - |
| XYZ | 36.2 | 29.98 | 37.14 | - |
| YUV | 152.55 | 132.21 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 160 | 0 | 0.32 | 0.17 | 0.25 | 331.48 | 0.33 | 0.63 |
| Hex | C0 | 83 | A0 | 0 | 20 | 11 | 19 | 14B | 21 | 3F |
| Octal | 300 | 203 | 240 | 0 | 40 | 21 | 31 | 513 | 41 | 77 |
| Binary | 11000000 | 10000011 | 10100000 | 0 | 100000 | 10001 | 11001 | 101001011 | 100001 | 111111 |
Color Harmonies of #C083A0
Complementary color
Monochromatic Colors of #C083A0
Black with #C083A0
Text Example
Text Example
White with #C083A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C083A0; }
p { color: rgb(192,131,160); }
H1.HeaderClassName
{
color: #C083A0;
}
.AnyTagClassName
{
color: #C083A0;
}
</style>
background-color css
<style>
a { background-color: #C083A0; }
a { background-color: rgb(192,131,160); }
div.DivClassName
{
background-color: #C083A0;
}
.BgClassName
{
background-color: #C083A0;
}
</style>
border-color css
<style>
span { border-color: #C083A0; }
span { border-color: rgb(192,131,160); }
td.TdClassName
{
border-color: #C083A0;
}
.TagClassName
{
border-color: #C083A0;
}
</style>