Shades of Viola #C88A9F
Tints of Viola #C88A9F
RGB
CMYK
RGB Variations
Color information
#C88A9F (or 0xC88A9F) is known color: Viola. HEX triplet: C8, 8A and 9F. RGB value is (200,138,159). Sum of RGB (Red+Green+Blue) = 200+138+159=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88A9F is #377560. Grayscale: #9E9E9E. Windows color (decimal): -3634529 or 10455752. OLE color: 10455752.
HSL color Cylindrical-coordinate representation of color #C88A9F: hue angle of 339.68º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88A9F is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 159 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.22 |
| HSL | 339.68º | 0.36% | 0.66% | - |
| HSV(B) | 339.68º | 0.31% | 0.78% | - |
| XYZ | 39.17 | 32.96 | 37.1 | - |
| YUV | 158.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 159 | 0 | 0.31 | 0.20 | 0.22 | 339.68 | 0.36 | 0.66 |
| Hex | C8 | 8A | 9F | 0 | 1F | 14 | 16 | 154 | 24 | 42 |
| Octal | 310 | 212 | 237 | 0 | 37 | 24 | 26 | 524 | 44 | 102 |
| Binary | 11001000 | 10001010 | 10011111 | 0 | 11111 | 10100 | 10110 | 101010100 | 100100 | 1000010 |
Color Harmonies of #C88A9F
Complementary color
Monochromatic Colors of #C88A9F
Black with #C88A9F
Text Example
Text Example
White with #C88A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88A9F; }
p { color: rgb(200,138,159); }
H1.HeaderClassName
{
color: #C88A9F;
}
.AnyTagClassName
{
color: #C88A9F;
}
</style>
background-color css
<style>
a { background-color: #C88A9F; }
a { background-color: rgb(200,138,159); }
div.DivClassName
{
background-color: #C88A9F;
}
.BgClassName
{
background-color: #C88A9F;
}
</style>
border-color css
<style>
span { border-color: #C88A9F; }
span { border-color: rgb(200,138,159); }
td.TdClassName
{
border-color: #C88A9F;
}
.TagClassName
{
border-color: #C88A9F;
}
</style>