Shades of Viola #C791A8
Tints of Viola #C791A8
RGB
CMYK
RGB Variations
Color information
#C791A8 (or 0xC791A8) is known color: Viola. HEX triplet: C7, 91 and A8. RGB value is (199,145,168). Sum of RGB (Red+Green+Blue) = 199+145+168=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C791A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C791A8 is #386E57. Grayscale: #A3A3A3. Windows color (decimal): -3698264 or 11047367. OLE color: 11047367.
HSL color Cylindrical-coordinate representation of color #C791A8: hue angle of 334.44º 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 #C791A8 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 168 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.22 |
| HSL | 334.44º | 0.33% | 0.67% | - |
| HSV(B) | 334.44º | 0.27% | 0.78% | - |
| XYZ | 40.75 | 35.22 | 41.7 | - |
| YUV | 163.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 168 | 0 | 0.27 | 0.16 | 0.22 | 334.44 | 0.33 | 0.67 |
| Hex | C7 | 91 | A8 | 0 | 1B | 10 | 16 | 14E | 21 | 43 |
| Octal | 307 | 221 | 250 | 0 | 33 | 20 | 26 | 516 | 41 | 103 |
| Binary | 11000111 | 10010001 | 10101000 | 0 | 11011 | 10000 | 10110 | 101001110 | 100001 | 1000011 |
Color Harmonies of #C791A8
Complementary color
Monochromatic Colors of #C791A8
Black with #C791A8
Text Example
Text Example
White with #C791A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C791A8; }
p { color: rgb(199,145,168); }
H1.HeaderClassName
{
color: #C791A8;
}
.AnyTagClassName
{
color: #C791A8;
}
</style>
background-color css
<style>
a { background-color: #C791A8; }
a { background-color: rgb(199,145,168); }
div.DivClassName
{
background-color: #C791A8;
}
.BgClassName
{
background-color: #C791A8;
}
</style>
border-color css
<style>
span { border-color: #C791A8; }
span { border-color: rgb(199,145,168); }
td.TdClassName
{
border-color: #C791A8;
}
.TagClassName
{
border-color: #C791A8;
}
</style>