Shades of Viola #C7949E
Tints of Viola #C7949E
RGB
CMYK
RGB Variations
Color information
#C7949E (or 0xC7949E) is known color: Viola. HEX triplet: C7, 94 and 9E. RGB value is (199,148,158). Sum of RGB (Red+Green+Blue) = 199+148+158=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C7949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7949E is #386B61. Grayscale: #A4A4A4. Windows color (decimal): -3697506 or 10392775. OLE color: 10392775.
HSL color Cylindrical-coordinate representation of color #C7949E: hue angle of 348.24º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7949E is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 158 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.22 |
| HSL | 348.24º | 0.31% | 0.68% | - |
| HSV(B) | 348.24º | 0.26% | 0.78% | - |
| XYZ | 40.31 | 35.79 | 37.13 | - |
| YUV | 164.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 158 | 0 | 0.26 | 0.21 | 0.22 | 348.24 | 0.31 | 0.68 |
| Hex | C7 | 94 | 9E | 0 | 1A | 15 | 16 | 15C | 1F | 44 |
| Octal | 307 | 224 | 236 | 0 | 32 | 25 | 26 | 534 | 37 | 104 |
| Binary | 11000111 | 10010100 | 10011110 | 0 | 11010 | 10101 | 10110 | 101011100 | 11111 | 1000100 |
Color Harmonies of #C7949E
Complementary color
Monochromatic Colors of #C7949E
Black with #C7949E
Text Example
Text Example
White with #C7949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7949E; }
p { color: rgb(199,148,158); }
H1.HeaderClassName
{
color: #C7949E;
}
.AnyTagClassName
{
color: #C7949E;
}
</style>
background-color css
<style>
a { background-color: #C7949E; }
a { background-color: rgb(199,148,158); }
div.DivClassName
{
background-color: #C7949E;
}
.BgClassName
{
background-color: #C7949E;
}
</style>
border-color css
<style>
span { border-color: #C7949E; }
span { border-color: rgb(199,148,158); }
td.TdClassName
{
border-color: #C7949E;
}
.TagClassName
{
border-color: #C7949E;
}
</style>