Shades of Viola #C88F99
Tints of Viola #C88F99
RGB
CMYK
RGB Variations
Color information
#C88F99 (or 0xC88F99) is known color: Viola. HEX triplet: C8, 8F and 99. RGB value is (200,143,153). Sum of RGB (Red+Green+Blue) = 200+143+153=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88F99 is #377066. Grayscale: #A1A1A1. Windows color (decimal): -3633255 or 10063816. OLE color: 10063816.
HSL color Cylindrical-coordinate representation of color #C88F99: hue angle of 349.47º 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 #C88F99 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 153 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.22 |
| HSL | 349.47º | 0.34% | 0.67% | - |
| HSV(B) | 349.47º | 0.29% | 0.78% | - |
| XYZ | 39.39 | 34.22 | 34.67 | - |
| YUV | 161.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 153 | 0 | 0.28 | 0.24 | 0.22 | 349.47 | 0.34 | 0.67 |
| Hex | C8 | 8F | 99 | 0 | 1C | 18 | 16 | 15D | 22 | 43 |
| Octal | 310 | 217 | 231 | 0 | 34 | 30 | 26 | 535 | 42 | 103 |
| Binary | 11001000 | 10001111 | 10011001 | 0 | 11100 | 11000 | 10110 | 101011101 | 100010 | 1000011 |
Color Harmonies of #C88F99
Complementary color
Monochromatic Colors of #C88F99
Black with #C88F99
Text Example
Text Example
White with #C88F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88F99; }
p { color: rgb(200,143,153); }
H1.HeaderClassName
{
color: #C88F99;
}
.AnyTagClassName
{
color: #C88F99;
}
</style>
background-color css
<style>
a { background-color: #C88F99; }
a { background-color: rgb(200,143,153); }
div.DivClassName
{
background-color: #C88F99;
}
.BgClassName
{
background-color: #C88F99;
}
</style>
border-color css
<style>
span { border-color: #C88F99; }
span { border-color: rgb(200,143,153); }
td.TdClassName
{
border-color: #C88F99;
}
.TagClassName
{
border-color: #C88F99;
}
</style>