Shades of Viola #C8919C
Tints of Viola #C8919C
RGB
CMYK
RGB Variations
Color information
#C8919C (or 0xC8919C) is known color: Viola. HEX triplet: C8, 91 and 9C. RGB value is (200,145,156). Sum of RGB (Red+Green+Blue) = 200+145+156=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C8919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8919C is #376E63. Grayscale: #A2A2A2. Windows color (decimal): -3632740 or 10260936. OLE color: 10260936.
HSL color Cylindrical-coordinate representation of color #C8919C: hue angle of 348º 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 #C8919C is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 156 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.22 |
| HSL | 348º | 0.33% | 0.68% | - |
| HSV(B) | 348º | 0.28% | 0.78% | - |
| XYZ | 39.95 | 34.93 | 36.09 | - |
| YUV | 162.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 156 | 0 | 0.28 | 0.22 | 0.22 | 348 | 0.33 | 0.68 |
| Hex | C8 | 91 | 9C | 0 | 1C | 16 | 16 | 15C | 21 | 44 |
| Octal | 310 | 221 | 234 | 0 | 34 | 26 | 26 | 534 | 41 | 104 |
| Binary | 11001000 | 10010001 | 10011100 | 0 | 11100 | 10110 | 10110 | 101011100 | 100001 | 1000100 |
Color Harmonies of #C8919C
Complementary color
Monochromatic Colors of #C8919C
Black with #C8919C
Text Example
Text Example
White with #C8919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8919C; }
p { color: rgb(200,145,156); }
H1.HeaderClassName
{
color: #C8919C;
}
.AnyTagClassName
{
color: #C8919C;
}
</style>
background-color css
<style>
a { background-color: #C8919C; }
a { background-color: rgb(200,145,156); }
div.DivClassName
{
background-color: #C8919C;
}
.BgClassName
{
background-color: #C8919C;
}
</style>
border-color css
<style>
span { border-color: #C8919C; }
span { border-color: rgb(200,145,156); }
td.TdClassName
{
border-color: #C8919C;
}
.TagClassName
{
border-color: #C8919C;
}
</style>