Shades of Viola #C192A3
Tints of Viola #C192A3
RGB
CMYK
RGB Variations
Color information
#C192A3 (or 0xC192A3) is known color: Viola. HEX triplet: C1, 92 and A3. RGB value is (193,146,163). Sum of RGB (Red+Green+Blue) = 193+146+163=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C192A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C192A3 is #3E6D5C. Grayscale: #A1A1A1. Windows color (decimal): -4091229 or 10719937. OLE color: 10719937.
HSL color Cylindrical-coordinate representation of color #C192A3: hue angle of 338.3º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C192A3 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 163 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.24 |
| HSL | 338.3º | 0.27% | 0.66% | - |
| HSV(B) | 338.3º | 0.24% | 0.76% | - |
| XYZ | 38.88 | 34.54 | 39.27 | - |
| YUV | 161.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 163 | 0 | 0.24 | 0.16 | 0.24 | 338.3 | 0.27 | 0.66 |
| Hex | C1 | 92 | A3 | 0 | 18 | 10 | 18 | 152 | 1B | 42 |
| Octal | 301 | 222 | 243 | 0 | 30 | 20 | 30 | 522 | 33 | 102 |
| Binary | 11000001 | 10010010 | 10100011 | 0 | 11000 | 10000 | 11000 | 101010010 | 11011 | 1000010 |
Color Harmonies of #C192A3
Complementary color
Monochromatic Colors of #C192A3
Black with #C192A3
Text Example
Text Example
White with #C192A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192A3; }
p { color: rgb(193,146,163); }
H1.HeaderClassName
{
color: #C192A3;
}
.AnyTagClassName
{
color: #C192A3;
}
</style>
background-color css
<style>
a { background-color: #C192A3; }
a { background-color: rgb(193,146,163); }
div.DivClassName
{
background-color: #C192A3;
}
.BgClassName
{
background-color: #C192A3;
}
</style>
border-color css
<style>
span { border-color: #C192A3; }
span { border-color: rgb(193,146,163); }
td.TdClassName
{
border-color: #C192A3;
}
.TagClassName
{
border-color: #C192A3;
}
</style>