Shades of Viola #C7919E
Tints of Viola #C7919E
RGB
CMYK
RGB Variations
Color information
#C7919E (or 0xC7919E) is known color: Viola. HEX triplet: C7, 91 and 9E. RGB value is (199,145,158). Sum of RGB (Red+Green+Blue) = 199+145+158=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C7919E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7919E is #386E61. Grayscale: #A2A2A2. Windows color (decimal): -3698274 or 10392007. OLE color: 10392007.
HSL color Cylindrical-coordinate representation of color #C7919E: hue angle of 345.56º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7919E is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 158 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.22 |
| HSL | 345.56º | 0.33% | 0.67% | - |
| HSV(B) | 345.56º | 0.27% | 0.78% | - |
| XYZ | 39.85 | 34.86 | 36.98 | - |
| YUV | 162.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 158 | 0 | 0.27 | 0.21 | 0.22 | 345.56 | 0.33 | 0.67 |
| Hex | C7 | 91 | 9E | 0 | 1B | 15 | 16 | 15A | 21 | 43 |
| Octal | 307 | 221 | 236 | 0 | 33 | 25 | 26 | 532 | 41 | 103 |
| Binary | 11000111 | 10010001 | 10011110 | 0 | 11011 | 10101 | 10110 | 101011010 | 100001 | 1000011 |
Color Harmonies of #C7919E
Complementary color
Monochromatic Colors of #C7919E
Black with #C7919E
Text Example
Text Example
White with #C7919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7919E; }
p { color: rgb(199,145,158); }
H1.HeaderClassName
{
color: #C7919E;
}
.AnyTagClassName
{
color: #C7919E;
}
</style>
background-color css
<style>
a { background-color: #C7919E; }
a { background-color: rgb(199,145,158); }
div.DivClassName
{
background-color: #C7919E;
}
.BgClassName
{
background-color: #C7919E;
}
</style>
border-color css
<style>
span { border-color: #C7919E; }
span { border-color: rgb(199,145,158); }
td.TdClassName
{
border-color: #C7919E;
}
.TagClassName
{
border-color: #C7919E;
}
</style>