Shades of Viola #C884A9
Tints of Viola #C884A9
RGB
CMYK
RGB Variations
Color information
#C884A9 (or 0xC884A9) is known color: Viola. HEX triplet: C8, 84 and A9. RGB value is (200,132,169). Sum of RGB (Red+Green+Blue) = 200+132+169=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C884A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C884A9 is #377B56. Grayscale: #9C9C9C. Windows color (decimal): -3636055 or 11109576. OLE color: 11109576.
HSL color Cylindrical-coordinate representation of color #C884A9: hue angle of 327.35º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C884A9 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 169 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.22 |
| HSL | 327.35º | 0.38% | 0.65% | - |
| HSV(B) | 327.35º | 0.34% | 0.78% | - |
| XYZ | 39.23 | 31.65 | 41.58 | - |
| YUV | 156.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 169 | 0 | 0.34 | 0.16 | 0.22 | 327.35 | 0.38 | 0.65 |
| Hex | C8 | 84 | A9 | 0 | 22 | 10 | 16 | 147 | 26 | 41 |
| Octal | 310 | 204 | 251 | 0 | 42 | 20 | 26 | 507 | 46 | 101 |
| Binary | 11001000 | 10000100 | 10101001 | 0 | 100010 | 10000 | 10110 | 101000111 | 100110 | 1000001 |
Color Harmonies of #C884A9
Complementary color
Monochromatic Colors of #C884A9
Black with #C884A9
Text Example
Text Example
White with #C884A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884A9; }
p { color: rgb(200,132,169); }
H1.HeaderClassName
{
color: #C884A9;
}
.AnyTagClassName
{
color: #C884A9;
}
</style>
background-color css
<style>
a { background-color: #C884A9; }
a { background-color: rgb(200,132,169); }
div.DivClassName
{
background-color: #C884A9;
}
.BgClassName
{
background-color: #C884A9;
}
</style>
border-color css
<style>
span { border-color: #C884A9; }
span { border-color: rgb(200,132,169); }
td.TdClassName
{
border-color: #C884A9;
}
.TagClassName
{
border-color: #C884A9;
}
</style>