Shades of Viola #C084A0
Tints of Viola #C084A0
RGB
CMYK
RGB Variations
Color information
#C084A0 (or 0xC084A0) is known color: Viola. HEX triplet: C0, 84 and A0. RGB value is (192,132,160). Sum of RGB (Red+Green+Blue) = 192+132+160=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C084A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C084A0 is #3F7B5F. Grayscale: #999999. Windows color (decimal): -4160352 or 10519744. OLE color: 10519744.
HSL color Cylindrical-coordinate representation of color #C084A0: hue angle of 332º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C084A0 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 160 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.25 |
| HSL | 332º | 0.32% | 0.64% | - |
| HSV(B) | 332º | 0.31% | 0.75% | - |
| XYZ | 36.33 | 30.25 | 37.18 | - |
| YUV | 153.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 160 | 0 | 0.31 | 0.17 | 0.25 | 332 | 0.32 | 0.64 |
| Hex | C0 | 84 | A0 | 0 | 1F | 11 | 19 | 14C | 20 | 40 |
| Octal | 300 | 204 | 240 | 0 | 37 | 21 | 31 | 514 | 40 | 100 |
| Binary | 11000000 | 10000100 | 10100000 | 0 | 11111 | 10001 | 11001 | 101001100 | 100000 | 1000000 |
Color Harmonies of #C084A0
Complementary color
Monochromatic Colors of #C084A0
Black with #C084A0
Text Example
Text Example
White with #C084A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084A0; }
p { color: rgb(192,132,160); }
H1.HeaderClassName
{
color: #C084A0;
}
.AnyTagClassName
{
color: #C084A0;
}
</style>
background-color css
<style>
a { background-color: #C084A0; }
a { background-color: rgb(192,132,160); }
div.DivClassName
{
background-color: #C084A0;
}
.BgClassName
{
background-color: #C084A0;
}
</style>
border-color css
<style>
span { border-color: #C084A0; }
span { border-color: rgb(192,132,160); }
td.TdClassName
{
border-color: #C084A0;
}
.TagClassName
{
border-color: #C084A0;
}
</style>