Shades of Viola #C085A1
Tints of Viola #C085A1
RGB
CMYK
RGB Variations
Color information
#C085A1 (or 0xC085A1) is known color: Viola. HEX triplet: C0, 85 and A1. RGB value is (192,133,161). Sum of RGB (Red+Green+Blue) = 192+133+161=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C085A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C085A1 is #3F7A5E. Grayscale: #999999. Windows color (decimal): -4160095 or 10585536. OLE color: 10585536.
HSL color Cylindrical-coordinate representation of color #C085A1: hue angle of 331.53º 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 #C085A1 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 161 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.25 |
| HSL | 331.53º | 0.32% | 0.64% | - |
| HSV(B) | 331.53º | 0.31% | 0.75% | - |
| XYZ | 36.56 | 30.55 | 37.69 | - |
| YUV | 153.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 161 | 0 | 0.31 | 0.16 | 0.25 | 331.53 | 0.32 | 0.64 |
| Hex | C0 | 85 | A1 | 0 | 1F | 10 | 19 | 14C | 20 | 40 |
| Octal | 300 | 205 | 241 | 0 | 37 | 20 | 31 | 514 | 40 | 100 |
| Binary | 11000000 | 10000101 | 10100001 | 0 | 11111 | 10000 | 11001 | 101001100 | 100000 | 1000000 |
Color Harmonies of #C085A1
Complementary color
Monochromatic Colors of #C085A1
Black with #C085A1
Text Example
Text Example
White with #C085A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C085A1; }
p { color: rgb(192,133,161); }
H1.HeaderClassName
{
color: #C085A1;
}
.AnyTagClassName
{
color: #C085A1;
}
</style>
background-color css
<style>
a { background-color: #C085A1; }
a { background-color: rgb(192,133,161); }
div.DivClassName
{
background-color: #C085A1;
}
.BgClassName
{
background-color: #C085A1;
}
</style>
border-color css
<style>
span { border-color: #C085A1; }
span { border-color: rgb(192,133,161); }
td.TdClassName
{
border-color: #C085A1;
}
.TagClassName
{
border-color: #C085A1;
}
</style>