Shades of Viola #C9919E
Tints of Viola #C9919E
RGB
CMYK
RGB Variations
Color information
#C9919E (or 0xC9919E) is known color: Viola. HEX triplet: C9, 91 and 9E. RGB value is (201,145,158). Sum of RGB (Red+Green+Blue) = 201+145+158=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C9919E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9919E is #366E61. Grayscale: #A3A3A3. Windows color (decimal): -3567202 or 10392009. OLE color: 10392009.
HSL color Cylindrical-coordinate representation of color #C9919E: hue angle of 346.07º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9919E is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 158 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.21 |
| HSL | 346.07º | 0.34% | 0.68% | - |
| HSV(B) | 346.07º | 0.28% | 0.79% | - |
| XYZ | 40.38 | 35.14 | 37 | - |
| YUV | 163.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 158 | 0 | 0.28 | 0.21 | 0.21 | 346.07 | 0.34 | 0.68 |
| Hex | C9 | 91 | 9E | 0 | 1C | 15 | 15 | 15A | 22 | 44 |
| Octal | 311 | 221 | 236 | 0 | 34 | 25 | 25 | 532 | 42 | 104 |
| Binary | 11001001 | 10010001 | 10011110 | 0 | 11100 | 10101 | 10101 | 101011010 | 100010 | 1000100 |
Color Harmonies of #C9919E
Complementary color
Monochromatic Colors of #C9919E
Black with #C9919E
Text Example
Text Example
White with #C9919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9919E; }
p { color: rgb(201,145,158); }
H1.HeaderClassName
{
color: #C9919E;
}
.AnyTagClassName
{
color: #C9919E;
}
</style>
background-color css
<style>
a { background-color: #C9919E; }
a { background-color: rgb(201,145,158); }
div.DivClassName
{
background-color: #C9919E;
}
.BgClassName
{
background-color: #C9919E;
}
</style>
border-color css
<style>
span { border-color: #C9919E; }
span { border-color: rgb(201,145,158); }
td.TdClassName
{
border-color: #C9919E;
}
.TagClassName
{
border-color: #C9919E;
}
</style>