Shades of Viola #C7919C
Tints of Viola #C7919C
RGB
CMYK
RGB Variations
Color information
#C7919C (or 0xC7919C) is known color: Viola. HEX triplet: C7, 91 and 9C. RGB value is (199,145,156). Sum of RGB (Red+Green+Blue) = 199+145+156=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C7919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7919C is #386E63. Grayscale: #A2A2A2. Windows color (decimal): -3698276 or 10260935. OLE color: 10260935.
HSL color Cylindrical-coordinate representation of color #C7919C: hue angle of 347.78º 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 #C7919C is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 156 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.22 |
| HSL | 347.78º | 0.33% | 0.67% | - |
| HSV(B) | 347.78º | 0.27% | 0.78% | - |
| XYZ | 39.68 | 34.79 | 36.08 | - |
| YUV | 162.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 156 | 0 | 0.27 | 0.22 | 0.22 | 347.78 | 0.33 | 0.67 |
| Hex | C7 | 91 | 9C | 0 | 1B | 16 | 16 | 15C | 21 | 43 |
| Octal | 307 | 221 | 234 | 0 | 33 | 26 | 26 | 534 | 41 | 103 |
| Binary | 11000111 | 10010001 | 10011100 | 0 | 11011 | 10110 | 10110 | 101011100 | 100001 | 1000011 |
Color Harmonies of #C7919C
Complementary color
Monochromatic Colors of #C7919C
Black with #C7919C
Text Example
Text Example
White with #C7919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7919C; }
p { color: rgb(199,145,156); }
H1.HeaderClassName
{
color: #C7919C;
}
.AnyTagClassName
{
color: #C7919C;
}
</style>
background-color css
<style>
a { background-color: #C7919C; }
a { background-color: rgb(199,145,156); }
div.DivClassName
{
background-color: #C7919C;
}
.BgClassName
{
background-color: #C7919C;
}
</style>
border-color css
<style>
span { border-color: #C7919C; }
span { border-color: rgb(199,145,156); }
td.TdClassName
{
border-color: #C7919C;
}
.TagClassName
{
border-color: #C7919C;
}
</style>