Shades of Viola #C190A5
Tints of Viola #C190A5
RGB
CMYK
RGB Variations
Color information
#C190A5 (or 0xC190A5) is known color: Viola. HEX triplet: C1, 90 and A5. RGB value is (193,144,165). Sum of RGB (Red+Green+Blue) = 193+144+165=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C190A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C190A5 is #3E6F5A. Grayscale: #A1A1A1. Windows color (decimal): -4091739 or 10850497. OLE color: 10850497.
HSL color Cylindrical-coordinate representation of color #C190A5: hue angle of 334.29º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C190A5 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 165 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.24 |
| HSL | 334.29º | 0.28% | 0.66% | - |
| HSV(B) | 334.29º | 0.25% | 0.76% | - |
| XYZ | 38.76 | 34 | 40.12 | - |
| YUV | 161.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 165 | 0 | 0.25 | 0.15 | 0.24 | 334.29 | 0.28 | 0.66 |
| Hex | C1 | 90 | A5 | 0 | 19 | F | 18 | 14E | 1C | 42 |
| Octal | 301 | 220 | 245 | 0 | 31 | 17 | 30 | 516 | 34 | 102 |
| Binary | 11000001 | 10010000 | 10100101 | 0 | 11001 | 1111 | 11000 | 101001110 | 11100 | 1000010 |
Color Harmonies of #C190A5
Complementary color
Monochromatic Colors of #C190A5
Black with #C190A5
Text Example
Text Example
White with #C190A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C190A5; }
p { color: rgb(193,144,165); }
H1.HeaderClassName
{
color: #C190A5;
}
.AnyTagClassName
{
color: #C190A5;
}
</style>
background-color css
<style>
a { background-color: #C190A5; }
a { background-color: rgb(193,144,165); }
div.DivClassName
{
background-color: #C190A5;
}
.BgClassName
{
background-color: #C190A5;
}
</style>
border-color css
<style>
span { border-color: #C190A5; }
span { border-color: rgb(193,144,165); }
td.TdClassName
{
border-color: #C190A5;
}
.TagClassName
{
border-color: #C190A5;
}
</style>