Shades of Viola #C192A7
Tints of Viola #C192A7
RGB
CMYK
RGB Variations
Color information
#C192A7 (or 0xC192A7) is known color: Viola. HEX triplet: C1, 92 and A7. RGB value is (193,146,167). Sum of RGB (Red+Green+Blue) = 193+146+167=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 193 - color contains mainly: red. Hex color #C192A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C192A7 is #3E6D58. Grayscale: #A2A2A2. Windows color (decimal): -4091225 or 10982081. OLE color: 10982081.
HSL color Cylindrical-coordinate representation of color #C192A7: hue angle of 333.19º 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 #C192A7 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 167 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.24 |
| HSL | 333.19º | 0.27% | 0.66% | - |
| HSV(B) | 333.19º | 0.24% | 0.76% | - |
| XYZ | 39.25 | 34.69 | 41.19 | - |
| YUV | 162.45 | 130.57 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 167 | 0 | 0.24 | 0.13 | 0.24 | 333.19 | 0.27 | 0.66 |
| Hex | C1 | 92 | A7 | 0 | 18 | D | 18 | 14D | 1B | 42 |
| Octal | 301 | 222 | 247 | 0 | 30 | 15 | 30 | 515 | 33 | 102 |
| Binary | 11000001 | 10010010 | 10100111 | 0 | 11000 | 1101 | 11000 | 101001101 | 11011 | 1000010 |
Color Harmonies of #C192A7
Complementary color
Monochromatic Colors of #C192A7
Black with #C192A7
Text Example
Text Example
White with #C192A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192A7; }
p { color: rgb(193,146,167); }
H1.HeaderClassName
{
color: #C192A7;
}
.AnyTagClassName
{
color: #C192A7;
}
</style>
background-color css
<style>
a { background-color: #C192A7; }
a { background-color: rgb(193,146,167); }
div.DivClassName
{
background-color: #C192A7;
}
.BgClassName
{
background-color: #C192A7;
}
</style>
border-color css
<style>
span { border-color: #C192A7; }
span { border-color: rgb(193,146,167); }
td.TdClassName
{
border-color: #C192A7;
}
.TagClassName
{
border-color: #C192A7;
}
</style>