Shades of Viola #C9919B
Tints of Viola #C9919B
RGB
CMYK
RGB Variations
Color information
#C9919B (or 0xC9919B) is known color: Viola. HEX triplet: C9, 91 and 9B. RGB value is (201,145,155). Sum of RGB (Red+Green+Blue) = 201+145+155=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C9919B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9919B is #366E64. Grayscale: #A2A2A2. Windows color (decimal): -3567205 or 10195401. OLE color: 10195401.
HSL color Cylindrical-coordinate representation of color #C9919B: hue angle of 349.29º 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 #C9919B is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 155 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.21 |
| HSL | 349.29º | 0.34% | 0.68% | - |
| HSV(B) | 349.29º | 0.28% | 0.79% | - |
| XYZ | 40.13 | 35.03 | 35.66 | - |
| YUV | 162.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 155 | 0 | 0.28 | 0.23 | 0.21 | 349.29 | 0.34 | 0.68 |
| Hex | C9 | 91 | 9B | 0 | 1C | 17 | 15 | 15D | 22 | 44 |
| Octal | 311 | 221 | 233 | 0 | 34 | 27 | 25 | 535 | 42 | 104 |
| Binary | 11001001 | 10010001 | 10011011 | 0 | 11100 | 10111 | 10101 | 101011101 | 100010 | 1000100 |
Color Harmonies of #C9919B
Complementary color
Monochromatic Colors of #C9919B
Black with #C9919B
Text Example
Text Example
White with #C9919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9919B; }
p { color: rgb(201,145,155); }
H1.HeaderClassName
{
color: #C9919B;
}
.AnyTagClassName
{
color: #C9919B;
}
</style>
background-color css
<style>
a { background-color: #C9919B; }
a { background-color: rgb(201,145,155); }
div.DivClassName
{
background-color: #C9919B;
}
.BgClassName
{
background-color: #C9919B;
}
</style>
border-color css
<style>
span { border-color: #C9919B; }
span { border-color: rgb(201,145,155); }
td.TdClassName
{
border-color: #C9919B;
}
.TagClassName
{
border-color: #C9919B;
}
</style>