Shades of Viola #C192A4
Tints of Viola #C192A4
RGB
CMYK
RGB Variations
Color information
#C192A4 (or 0xC192A4) is known color: Viola. HEX triplet: C1, 92 and A4. RGB value is (193,146,164). Sum of RGB (Red+Green+Blue) = 193+146+164=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C192A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C192A4 is #3E6D5B. Grayscale: #A2A2A2. Windows color (decimal): -4091228 or 10785473. OLE color: 10785473.
HSL color Cylindrical-coordinate representation of color #C192A4: hue angle of 337.02º 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 #C192A4 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 164 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.24 |
| HSL | 337.02º | 0.27% | 0.66% | - |
| HSV(B) | 337.02º | 0.24% | 0.76% | - |
| XYZ | 38.97 | 34.58 | 39.74 | - |
| YUV | 162.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 164 | 0 | 0.24 | 0.15 | 0.24 | 337.02 | 0.27 | 0.66 |
| Hex | C1 | 92 | A4 | 0 | 18 | F | 18 | 151 | 1B | 42 |
| Octal | 301 | 222 | 244 | 0 | 30 | 17 | 30 | 521 | 33 | 102 |
| Binary | 11000001 | 10010010 | 10100100 | 0 | 11000 | 1111 | 11000 | 101010001 | 11011 | 1000010 |
Color Harmonies of #C192A4
Complementary color
Monochromatic Colors of #C192A4
Black with #C192A4
Text Example
Text Example
White with #C192A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192A4; }
p { color: rgb(193,146,164); }
H1.HeaderClassName
{
color: #C192A4;
}
.AnyTagClassName
{
color: #C192A4;
}
</style>
background-color css
<style>
a { background-color: #C192A4; }
a { background-color: rgb(193,146,164); }
div.DivClassName
{
background-color: #C192A4;
}
.BgClassName
{
background-color: #C192A4;
}
</style>
border-color css
<style>
span { border-color: #C192A4; }
span { border-color: rgb(193,146,164); }
td.TdClassName
{
border-color: #C192A4;
}
.TagClassName
{
border-color: #C192A4;
}
</style>