Shades of Viola #C190A3
Tints of Viola #C190A3
RGB
CMYK
RGB Variations
Color information
#C190A3 (or 0xC190A3) is known color: Viola. HEX triplet: C1, 90 and A3. RGB value is (193,144,163). Sum of RGB (Red+Green+Blue) = 193+144+163=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C190A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C190A3 is #3E6F5C. Grayscale: #A0A0A0. Windows color (decimal): -4091741 or 10719425. OLE color: 10719425.
HSL color Cylindrical-coordinate representation of color #C190A3: hue angle of 336.73º 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 #C190A3 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 163 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.24 |
| HSL | 336.73º | 0.28% | 0.66% | - |
| HSV(B) | 336.73º | 0.25% | 0.76% | - |
| XYZ | 38.58 | 33.93 | 39.17 | - |
| YUV | 160.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 163 | 0 | 0.25 | 0.16 | 0.24 | 336.73 | 0.28 | 0.66 |
| Hex | C1 | 90 | A3 | 0 | 19 | 10 | 18 | 151 | 1C | 42 |
| Octal | 301 | 220 | 243 | 0 | 31 | 20 | 30 | 521 | 34 | 102 |
| Binary | 11000001 | 10010000 | 10100011 | 0 | 11001 | 10000 | 11000 | 101010001 | 11100 | 1000010 |
Color Harmonies of #C190A3
Complementary color
Monochromatic Colors of #C190A3
Black with #C190A3
Text Example
Text Example
White with #C190A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C190A3; }
p { color: rgb(193,144,163); }
H1.HeaderClassName
{
color: #C190A3;
}
.AnyTagClassName
{
color: #C190A3;
}
</style>
background-color css
<style>
a { background-color: #C190A3; }
a { background-color: rgb(193,144,163); }
div.DivClassName
{
background-color: #C190A3;
}
.BgClassName
{
background-color: #C190A3;
}
</style>
border-color css
<style>
span { border-color: #C190A3; }
span { border-color: rgb(193,144,163); }
td.TdClassName
{
border-color: #C190A3;
}
.TagClassName
{
border-color: #C190A3;
}
</style>