Shades of Viola #C888A2
Tints of Viola #C888A2
RGB
CMYK
RGB Variations
Color information
#C888A2 (or 0xC888A2) is known color: Viola. HEX triplet: C8, 88 and A2. RGB value is (200,136,162). Sum of RGB (Red+Green+Blue) = 200+136+162=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C888A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C888A2 is #37775D. Grayscale: #9E9E9E. Windows color (decimal): -3635038 or 10651848. OLE color: 10651848.
HSL color Cylindrical-coordinate representation of color #C888A2: hue angle of 335.62º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C888A2 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 162 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.22 |
| HSL | 335.63º | 0.37% | 0.66% | - |
| HSV(B) | 335.63º | 0.32% | 0.78% | - |
| XYZ | 39.15 | 32.5 | 38.39 | - |
| YUV | 158.1 | 130.2 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 162 | 0 | 0.32 | 0.19 | 0.22 | 335.63 | 0.37 | 0.66 |
| Hex | C8 | 88 | A2 | 0 | 20 | 13 | 16 | 150 | 25 | 42 |
| Octal | 310 | 210 | 242 | 0 | 40 | 23 | 26 | 520 | 45 | 102 |
| Binary | 11001000 | 10001000 | 10100010 | 0 | 100000 | 10011 | 10110 | 101010000 | 100101 | 1000010 |
Color Harmonies of #C888A2
Complementary color
Monochromatic Colors of #C888A2
Black with #C888A2
Text Example
Text Example
White with #C888A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888A2; }
p { color: rgb(200,136,162); }
H1.HeaderClassName
{
color: #C888A2;
}
.AnyTagClassName
{
color: #C888A2;
}
</style>
background-color css
<style>
a { background-color: #C888A2; }
a { background-color: rgb(200,136,162); }
div.DivClassName
{
background-color: #C888A2;
}
.BgClassName
{
background-color: #C888A2;
}
</style>
border-color css
<style>
span { border-color: #C888A2; }
span { border-color: rgb(200,136,162); }
td.TdClassName
{
border-color: #C888A2;
}
.TagClassName
{
border-color: #C888A2;
}
</style>