Shades of Viola #C88E99
Tints of Viola #C88E99
RGB
CMYK
RGB Variations
Color information
#C88E99 (or 0xC88E99) is known color: Viola. HEX triplet: C8, 8E and 99. RGB value is (200,142,153). Sum of RGB (Red+Green+Blue) = 200+142+153=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88E99 is #377166. Grayscale: #A0A0A0. Windows color (decimal): -3633511 or 10063560. OLE color: 10063560.
HSL color Cylindrical-coordinate representation of color #C88E99: hue angle of 348.62º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88E99 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 142 | 153 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.22 |
| HSL | 348.62º | 0.35% | 0.67% | - |
| HSV(B) | 348.62º | 0.29% | 0.78% | - |
| XYZ | 39.24 | 33.93 | 34.62 | - |
| YUV | 160.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 153 | 0 | 0.29 | 0.24 | 0.22 | 348.62 | 0.35 | 0.67 |
| Hex | C8 | 8E | 99 | 0 | 1D | 18 | 16 | 15D | 23 | 43 |
| Octal | 310 | 216 | 231 | 0 | 35 | 30 | 26 | 535 | 43 | 103 |
| Binary | 11001000 | 10001110 | 10011001 | 0 | 11101 | 11000 | 10110 | 101011101 | 100011 | 1000011 |
Color Harmonies of #C88E99
Complementary color
Monochromatic Colors of #C88E99
Black with #C88E99
Text Example
Text Example
White with #C88E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88E99; }
p { color: rgb(200,142,153); }
H1.HeaderClassName
{
color: #C88E99;
}
.AnyTagClassName
{
color: #C88E99;
}
</style>
background-color css
<style>
a { background-color: #C88E99; }
a { background-color: rgb(200,142,153); }
div.DivClassName
{
background-color: #C88E99;
}
.BgClassName
{
background-color: #C88E99;
}
</style>
border-color css
<style>
span { border-color: #C88E99; }
span { border-color: rgb(200,142,153); }
td.TdClassName
{
border-color: #C88E99;
}
.TagClassName
{
border-color: #C88E99;
}
</style>