Shades of Viola #C594A4
Tints of Viola #C594A4
RGB
CMYK
RGB Variations
Color information
#C594A4 (or 0xC594A4) is known color: Viola. HEX triplet: C5, 94 and A4. RGB value is (197,148,164). Sum of RGB (Red+Green+Blue) = 197+148+164=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C594A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C594A4 is #3A6B5B. Grayscale: #A4A4A4. Windows color (decimal): -3828572 or 10785989. OLE color: 10785989.
HSL color Cylindrical-coordinate representation of color #C594A4: hue angle of 340.41º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C594A4 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 164 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.23 |
| HSL | 340.41º | 0.3% | 0.68% | - |
| HSV(B) | 340.41º | 0.25% | 0.77% | - |
| XYZ | 40.32 | 35.73 | 39.89 | - |
| YUV | 164.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 164 | 0 | 0.25 | 0.17 | 0.23 | 340.41 | 0.3 | 0.68 |
| Hex | C5 | 94 | A4 | 0 | 19 | 11 | 17 | 154 | 1E | 44 |
| Octal | 305 | 224 | 244 | 0 | 31 | 21 | 27 | 524 | 36 | 104 |
| Binary | 11000101 | 10010100 | 10100100 | 0 | 11001 | 10001 | 10111 | 101010100 | 11110 | 1000100 |
Color Harmonies of #C594A4
Complementary color
Monochromatic Colors of #C594A4
Black with #C594A4
Text Example
Text Example
White with #C594A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C594A4; }
p { color: rgb(197,148,164); }
H1.HeaderClassName
{
color: #C594A4;
}
.AnyTagClassName
{
color: #C594A4;
}
</style>
background-color css
<style>
a { background-color: #C594A4; }
a { background-color: rgb(197,148,164); }
div.DivClassName
{
background-color: #C594A4;
}
.BgClassName
{
background-color: #C594A4;
}
</style>
border-color css
<style>
span { border-color: #C594A4; }
span { border-color: rgb(197,148,164); }
td.TdClassName
{
border-color: #C594A4;
}
.TagClassName
{
border-color: #C594A4;
}
</style>