Shades of Viola #C193A0
Tints of Viola #C193A0
RGB
CMYK
RGB Variations
Color information
#C193A0 (or 0xC193A0) is known color: Viola. HEX triplet: C1, 93 and A0. RGB value is (193,147,160). Sum of RGB (Red+Green+Blue) = 193+147+160=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C193A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C193A0 is #3E6C5F. Grayscale: #A2A2A2. Windows color (decimal): -4090976 or 10523585. OLE color: 10523585.
HSL color Cylindrical-coordinate representation of color #C193A0: hue angle of 343.04º 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 #C193A0 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 160 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.24 |
| HSL | 343.04º | 0.27% | 0.67% | - |
| HSV(B) | 343.04º | 0.24% | 0.76% | - |
| XYZ | 38.77 | 34.74 | 37.92 | - |
| YUV | 162.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 160 | 0 | 0.24 | 0.17 | 0.24 | 343.04 | 0.27 | 0.67 |
| Hex | C1 | 93 | A0 | 0 | 18 | 11 | 18 | 157 | 1B | 43 |
| Octal | 301 | 223 | 240 | 0 | 30 | 21 | 30 | 527 | 33 | 103 |
| Binary | 11000001 | 10010011 | 10100000 | 0 | 11000 | 10001 | 11000 | 101010111 | 11011 | 1000011 |
Color Harmonies of #C193A0
Complementary color
Monochromatic Colors of #C193A0
Black with #C193A0
Text Example
Text Example
White with #C193A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C193A0; }
p { color: rgb(193,147,160); }
H1.HeaderClassName
{
color: #C193A0;
}
.AnyTagClassName
{
color: #C193A0;
}
</style>
background-color css
<style>
a { background-color: #C193A0; }
a { background-color: rgb(193,147,160); }
div.DivClassName
{
background-color: #C193A0;
}
.BgClassName
{
background-color: #C193A0;
}
</style>
border-color css
<style>
span { border-color: #C193A0; }
span { border-color: rgb(193,147,160); }
td.TdClassName
{
border-color: #C193A0;
}
.TagClassName
{
border-color: #C193A0;
}
</style>