Shades of Viola #C193A1
Tints of Viola #C193A1
RGB
CMYK
RGB Variations
Color information
#C193A1 (or 0xC193A1) is known color: Viola. HEX triplet: C1, 93 and A1. RGB value is (193,147,161). Sum of RGB (Red+Green+Blue) = 193+147+161=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C193A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C193A1 is #3E6C5E. Grayscale: #A2A2A2. Windows color (decimal): -4090975 or 10589121. OLE color: 10589121.
HSL color Cylindrical-coordinate representation of color #C193A1: hue angle of 341.74º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C193A1 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 161 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.24 |
| HSL | 341.74º | 0.27% | 0.67% | - |
| HSV(B) | 341.74º | 0.24% | 0.76% | - |
| XYZ | 38.86 | 34.78 | 38.38 | - |
| YUV | 162.35 | 127.24 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 161 | 0 | 0.24 | 0.17 | 0.24 | 341.74 | 0.27 | 0.67 |
| Hex | C1 | 93 | A1 | 0 | 18 | 11 | 18 | 156 | 1B | 43 |
| Octal | 301 | 223 | 241 | 0 | 30 | 21 | 30 | 526 | 33 | 103 |
| Binary | 11000001 | 10010011 | 10100001 | 0 | 11000 | 10001 | 11000 | 101010110 | 11011 | 1000011 |
Color Harmonies of #C193A1
Complementary color
Monochromatic Colors of #C193A1
Black with #C193A1
Text Example
Text Example
White with #C193A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C193A1; }
p { color: rgb(193,147,161); }
H1.HeaderClassName
{
color: #C193A1;
}
.AnyTagClassName
{
color: #C193A1;
}
</style>
background-color css
<style>
a { background-color: #C193A1; }
a { background-color: rgb(193,147,161); }
div.DivClassName
{
background-color: #C193A1;
}
.BgClassName
{
background-color: #C193A1;
}
</style>
border-color css
<style>
span { border-color: #C193A1; }
span { border-color: rgb(193,147,161); }
td.TdClassName
{
border-color: #C193A1;
}
.TagClassName
{
border-color: #C193A1;
}
</style>