Shades of Viola #C592A0
Tints of Viola #C592A0
RGB
CMYK
RGB Variations
Color information
#C592A0 (or 0xC592A0) is known color: Viola. HEX triplet: C5, 92 and A0. RGB value is (197,146,160). Sum of RGB (Red+Green+Blue) = 197+146+160=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C592A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C592A0 is #3A6D5F. Grayscale: #A2A2A2. Windows color (decimal): -3829088 or 10523333. OLE color: 10523333.
HSL color Cylindrical-coordinate representation of color #C592A0: hue angle of 343.53º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C592A0 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 160 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.23 |
| HSL | 343.53º | 0.31% | 0.67% | - |
| HSV(B) | 343.53º | 0.26% | 0.77% | - |
| XYZ | 39.65 | 34.97 | 37.92 | - |
| YUV | 162.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 160 | 0 | 0.26 | 0.19 | 0.23 | 343.53 | 0.31 | 0.67 |
| Hex | C5 | 92 | A0 | 0 | 1A | 13 | 17 | 158 | 1F | 43 |
| Octal | 305 | 222 | 240 | 0 | 32 | 23 | 27 | 530 | 37 | 103 |
| Binary | 11000101 | 10010010 | 10100000 | 0 | 11010 | 10011 | 10111 | 101011000 | 11111 | 1000011 |
Color Harmonies of #C592A0
Complementary color
Monochromatic Colors of #C592A0
Black with #C592A0
Text Example
Text Example
White with #C592A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592A0; }
p { color: rgb(197,146,160); }
H1.HeaderClassName
{
color: #C592A0;
}
.AnyTagClassName
{
color: #C592A0;
}
</style>
background-color css
<style>
a { background-color: #C592A0; }
a { background-color: rgb(197,146,160); }
div.DivClassName
{
background-color: #C592A0;
}
.BgClassName
{
background-color: #C592A0;
}
</style>
border-color css
<style>
span { border-color: #C592A0; }
span { border-color: rgb(197,146,160); }
td.TdClassName
{
border-color: #C592A0;
}
.TagClassName
{
border-color: #C592A0;
}
</style>