Shades of Viola #C593A0
Tints of Viola #C593A0
RGB
CMYK
RGB Variations
Color information
#C593A0 (or 0xC593A0) is known color: Viola. HEX triplet: C5, 93 and A0. RGB value is (197,147,160). Sum of RGB (Red+Green+Blue) = 197+147+160=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C593A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C593A0 is #3A6C5F. Grayscale: #A3A3A3. Windows color (decimal): -3828832 or 10523589. OLE color: 10523589.
HSL color Cylindrical-coordinate representation of color #C593A0: hue angle of 344.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C593A0 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 160 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.23 |
| HSL | 344.4º | 0.3% | 0.67% | - |
| HSV(B) | 344.4º | 0.25% | 0.77% | - |
| XYZ | 39.8 | 35.28 | 37.97 | - |
| YUV | 163.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 160 | 0 | 0.25 | 0.19 | 0.23 | 344.4 | 0.3 | 0.67 |
| Hex | C5 | 93 | A0 | 0 | 19 | 13 | 17 | 158 | 1E | 43 |
| Octal | 305 | 223 | 240 | 0 | 31 | 23 | 27 | 530 | 36 | 103 |
| Binary | 11000101 | 10010011 | 10100000 | 0 | 11001 | 10011 | 10111 | 101011000 | 11110 | 1000011 |
Color Harmonies of #C593A0
Complementary color
Monochromatic Colors of #C593A0
Black with #C593A0
Text Example
Text Example
White with #C593A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C593A0; }
p { color: rgb(197,147,160); }
H1.HeaderClassName
{
color: #C593A0;
}
.AnyTagClassName
{
color: #C593A0;
}
</style>
background-color css
<style>
a { background-color: #C593A0; }
a { background-color: rgb(197,147,160); }
div.DivClassName
{
background-color: #C593A0;
}
.BgClassName
{
background-color: #C593A0;
}
</style>
border-color css
<style>
span { border-color: #C593A0; }
span { border-color: rgb(197,147,160); }
td.TdClassName
{
border-color: #C593A0;
}
.TagClassName
{
border-color: #C593A0;
}
</style>