Shades of Viola #C19DA8
Tints of Viola #C19DA8
RGB
CMYK
RGB Variations
Color information
#C19DA8 (or 0xC19DA8) is known color: Viola. HEX triplet: C1, 9D and A8. RGB value is (193,157,168). Sum of RGB (Red+Green+Blue) = 193+157+168=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 193 - color contains mainly: red. Hex color #C19DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19DA8 is #3E6257. Grayscale: #A9A9A9. Windows color (decimal): -4088408 or 11050433. OLE color: 11050433.
HSL color Cylindrical-coordinate representation of color #C19DA8: hue angle of 341.67º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C19DA8 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 157 | 168 | - |
CMYK | 0 | 0.19 | 0.13 | 0.24 |
HSL | 341.67º | 0.23% | 0.69% | - |
HSV(B) | 341.67º | 0.19% | 0.76% | - |
XYZ | 41.12 | 38.28 | 42.27 | - |
YUV | 169.02 | 127.43 | 145.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 157 | 168 | 0 | 0.19 | 0.13 | 0.24 | 341.67 | 0.23 | 0.69 |
Hex | C1 | 9D | A8 | 0 | 13 | D | 18 | 156 | 16 | 45 |
Octal | 301 | 235 | 250 | 0 | 23 | 15 | 30 | 526 | 26 | 105 |
Binary | 11000001 | 10011101 | 10101000 | 0 | 10011 | 1101 | 11000 | 101010110 | 10110 | 1000101 |
Color Harmonies of #C19DA8
Complementary color
Monochromatic Colors of #C19DA8
Black with #C19DA8
Text Example
Text Example
White with #C19DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DA8; }
p { color: rgb(193,157,168); }
H1.HeaderClassName
{
color: #C19DA8;
}
.AnyTagClassName
{
color: #C19DA8;
}
</style>
background-color css
<style>
a { background-color: #C19DA8; }
a { background-color: rgb(193,157,168); }
div.DivClassName
{
background-color: #C19DA8;
}
.BgClassName
{
background-color: #C19DA8;
}
</style>
border-color css
<style>
span { border-color: #C19DA8; }
span { border-color: rgb(193,157,168); }
td.TdClassName
{
border-color: #C19DA8;
}
.TagClassName
{
border-color: #C19DA8;
}
</style>