Shades of Viola #C8919A
Tints of Viola #C8919A
RGB
CMYK
RGB Variations
Color information
#C8919A (or 0xC8919A) is known color: Viola. HEX triplet: C8, 91 and 9A. RGB value is (200,145,154). Sum of RGB (Red+Green+Blue) = 200+145+154=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C8919A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8919A is #376E65. Grayscale: #A2A2A2. Windows color (decimal): -3632742 or 10129864. OLE color: 10129864.
HSL color Cylindrical-coordinate representation of color #C8919A: hue angle of 350.18º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8919A is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 154 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.22 |
| HSL | 350.18º | 0.33% | 0.68% | - |
| HSV(B) | 350.18º | 0.28% | 0.78% | - |
| XYZ | 39.78 | 34.86 | 35.2 | - |
| YUV | 162.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 154 | 0 | 0.28 | 0.23 | 0.22 | 350.18 | 0.33 | 0.68 |
| Hex | C8 | 91 | 9A | 0 | 1C | 17 | 16 | 15E | 21 | 44 |
| Octal | 310 | 221 | 232 | 0 | 34 | 27 | 26 | 536 | 41 | 104 |
| Binary | 11001000 | 10010001 | 10011010 | 0 | 11100 | 10111 | 10110 | 101011110 | 100001 | 1000100 |
Color Harmonies of #C8919A
Complementary color
Monochromatic Colors of #C8919A
Black with #C8919A
Text Example
Text Example
White with #C8919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8919A; }
p { color: rgb(200,145,154); }
H1.HeaderClassName
{
color: #C8919A;
}
.AnyTagClassName
{
color: #C8919A;
}
</style>
background-color css
<style>
a { background-color: #C8919A; }
a { background-color: rgb(200,145,154); }
div.DivClassName
{
background-color: #C8919A;
}
.BgClassName
{
background-color: #C8919A;
}
</style>
border-color css
<style>
span { border-color: #C8919A; }
span { border-color: rgb(200,145,154); }
td.TdClassName
{
border-color: #C8919A;
}
.TagClassName
{
border-color: #C8919A;
}
</style>