Shades of Viola #C093A0
Tints of Viola #C093A0
RGB
CMYK
RGB Variations
Color information
#C093A0 (or 0xC093A0) is known color: Viola. HEX triplet: C0, 93 and A0. RGB value is (192,147,160). Sum of RGB (Red+Green+Blue) = 192+147+160=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C093A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C093A0 is #3F6C5F. Grayscale: #A1A1A1. Windows color (decimal): -4156512 or 10523584. OLE color: 10523584.
HSL color Cylindrical-coordinate representation of color #C093A0: hue angle of 342.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C093A0 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 160 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.25 |
| HSL | 342.67º | 0.26% | 0.66% | - |
| HSV(B) | 342.67º | 0.23% | 0.75% | - |
| XYZ | 38.52 | 34.61 | 37.91 | - |
| YUV | 161.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 160 | 0 | 0.23 | 0.17 | 0.25 | 342.67 | 0.26 | 0.66 |
| Hex | C0 | 93 | A0 | 0 | 17 | 11 | 19 | 157 | 1A | 42 |
| Octal | 300 | 223 | 240 | 0 | 27 | 21 | 31 | 527 | 32 | 102 |
| Binary | 11000000 | 10010011 | 10100000 | 0 | 10111 | 10001 | 11001 | 101010111 | 11010 | 1000010 |
Color Harmonies of #C093A0
Complementary color
Monochromatic Colors of #C093A0
Black with #C093A0
Text Example
Text Example
White with #C093A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093A0; }
p { color: rgb(192,147,160); }
H1.HeaderClassName
{
color: #C093A0;
}
.AnyTagClassName
{
color: #C093A0;
}
</style>
background-color css
<style>
a { background-color: #C093A0; }
a { background-color: rgb(192,147,160); }
div.DivClassName
{
background-color: #C093A0;
}
.BgClassName
{
background-color: #C093A0;
}
</style>
border-color css
<style>
span { border-color: #C093A0; }
span { border-color: rgb(192,147,160); }
td.TdClassName
{
border-color: #C093A0;
}
.TagClassName
{
border-color: #C093A0;
}
</style>