Shades of Viola #C9929F
Tints of Viola #C9929F
RGB
CMYK
RGB Variations
Color information
#C9929F (or 0xC9929F) is known color: Viola. HEX triplet: C9, 92 and 9F. RGB value is (201,146,159). Sum of RGB (Red+Green+Blue) = 201+146+159=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C9929F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9929F is #366D60. Grayscale: #A3A3A3. Windows color (decimal): -3566945 or 10457801. OLE color: 10457801.
HSL color Cylindrical-coordinate representation of color #C9929F: hue angle of 345.82º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9929F is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 159 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.21 |
| HSL | 345.82º | 0.34% | 0.68% | - |
| HSV(B) | 345.82º | 0.27% | 0.79% | - |
| XYZ | 40.62 | 35.48 | 37.51 | - |
| YUV | 163.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 159 | 0 | 0.27 | 0.21 | 0.21 | 345.82 | 0.34 | 0.68 |
| Hex | C9 | 92 | 9F | 0 | 1B | 15 | 15 | 15A | 22 | 44 |
| Octal | 311 | 222 | 237 | 0 | 33 | 25 | 25 | 532 | 42 | 104 |
| Binary | 11001001 | 10010010 | 10011111 | 0 | 11011 | 10101 | 10101 | 101011010 | 100010 | 1000100 |
Color Harmonies of #C9929F
Complementary color
Monochromatic Colors of #C9929F
Black with #C9929F
Text Example
Text Example
White with #C9929F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9929F; }
p { color: rgb(201,146,159); }
H1.HeaderClassName
{
color: #C9929F;
}
.AnyTagClassName
{
color: #C9929F;
}
</style>
background-color css
<style>
a { background-color: #C9929F; }
a { background-color: rgb(201,146,159); }
div.DivClassName
{
background-color: #C9929F;
}
.BgClassName
{
background-color: #C9929F;
}
</style>
border-color css
<style>
span { border-color: #C9929F; }
span { border-color: rgb(201,146,159); }
td.TdClassName
{
border-color: #C9929F;
}
.TagClassName
{
border-color: #C9929F;
}
</style>