Shades of Viola #C193A7
Tints of Viola #C193A7
RGB
CMYK
RGB Variations
Color information
#C193A7 (or 0xC193A7) is known color: Viola. HEX triplet: C1, 93 and A7. RGB value is (193,147,167). Sum of RGB (Red+Green+Blue) = 193+147+167=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C193A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C193A7 is #3E6C58. Grayscale: #A3A3A3. Windows color (decimal): -4090969 or 10982337. OLE color: 10982337.
HSL color Cylindrical-coordinate representation of color #C193A7: hue angle of 333.91º 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 #C193A7 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 167 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.24 |
| HSL | 333.91º | 0.27% | 0.67% | - |
| HSV(B) | 333.91º | 0.24% | 0.76% | - |
| XYZ | 39.4 | 34.99 | 41.24 | - |
| YUV | 163.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 167 | 0 | 0.24 | 0.13 | 0.24 | 333.91 | 0.27 | 0.67 |
| Hex | C1 | 93 | A7 | 0 | 18 | D | 18 | 14E | 1B | 43 |
| Octal | 301 | 223 | 247 | 0 | 30 | 15 | 30 | 516 | 33 | 103 |
| Binary | 11000001 | 10010011 | 10100111 | 0 | 11000 | 1101 | 11000 | 101001110 | 11011 | 1000011 |
Color Harmonies of #C193A7
Complementary color
Monochromatic Colors of #C193A7
Black with #C193A7
Text Example
Text Example
White with #C193A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C193A7; }
p { color: rgb(193,147,167); }
H1.HeaderClassName
{
color: #C193A7;
}
.AnyTagClassName
{
color: #C193A7;
}
</style>
background-color css
<style>
a { background-color: #C193A7; }
a { background-color: rgb(193,147,167); }
div.DivClassName
{
background-color: #C193A7;
}
.BgClassName
{
background-color: #C193A7;
}
</style>
border-color css
<style>
span { border-color: #C193A7; }
span { border-color: rgb(193,147,167); }
td.TdClassName
{
border-color: #C193A7;
}
.TagClassName
{
border-color: #C193A7;
}
</style>