Shades of Viola #C88FA9
Tints of Viola #C88FA9
RGB
CMYK
RGB Variations
Color information
#C88FA9 (or 0xC88FA9) is known color: Viola. HEX triplet: C8, 8F and A9. RGB value is (200,143,169). Sum of RGB (Red+Green+Blue) = 200+143+169=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88FA9 is #377056. Grayscale: #A2A2A2. Windows color (decimal): -3633239 or 11112392. OLE color: 11112392.
HSL color Cylindrical-coordinate representation of color #C88FA9: hue angle of 332.63º degrees, saturation: 0.34, 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 #C88FA9 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 169 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.22 |
| HSL | 332.63º | 0.34% | 0.67% | - |
| HSV(B) | 332.63º | 0.29% | 0.78% | - |
| XYZ | 40.8 | 34.79 | 42.1 | - |
| YUV | 163.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 169 | 0 | 0.28 | 0.16 | 0.22 | 332.63 | 0.34 | 0.67 |
| Hex | C8 | 8F | A9 | 0 | 1C | 10 | 16 | 14D | 22 | 43 |
| Octal | 310 | 217 | 251 | 0 | 34 | 20 | 26 | 515 | 42 | 103 |
| Binary | 11001000 | 10001111 | 10101001 | 0 | 11100 | 10000 | 10110 | 101001101 | 100010 | 1000011 |
Color Harmonies of #C88FA9
Complementary color
Monochromatic Colors of #C88FA9
Black with #C88FA9
Text Example
Text Example
White with #C88FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FA9; }
p { color: rgb(200,143,169); }
H1.HeaderClassName
{
color: #C88FA9;
}
.AnyTagClassName
{
color: #C88FA9;
}
</style>
background-color css
<style>
a { background-color: #C88FA9; }
a { background-color: rgb(200,143,169); }
div.DivClassName
{
background-color: #C88FA9;
}
.BgClassName
{
background-color: #C88FA9;
}
</style>
border-color css
<style>
span { border-color: #C88FA9; }
span { border-color: rgb(200,143,169); }
td.TdClassName
{
border-color: #C88FA9;
}
.TagClassName
{
border-color: #C88FA9;
}
</style>