Shades of Viola #C885A3
Tints of Viola #C885A3
RGB
CMYK
RGB Variations
Color information
#C885A3 (or 0xC885A3) is known color: Viola. HEX triplet: C8, 85 and A3. RGB value is (200,133,163). Sum of RGB (Red+Green+Blue) = 200+133+163=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C885A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C885A3 is #377A5C. Grayscale: #9C9C9C. Windows color (decimal): -3635805 or 10716616. OLE color: 10716616.
HSL color Cylindrical-coordinate representation of color #C885A3: hue angle of 333.13º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C885A3 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 163 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.22 |
| HSL | 333.13º | 0.38% | 0.65% | - |
| HSV(B) | 333.13º | 0.34% | 0.78% | - |
| XYZ | 38.82 | 31.7 | 38.72 | - |
| YUV | 156.45 | 131.7 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 163 | 0 | 0.34 | 0.18 | 0.22 | 333.13 | 0.38 | 0.65 |
| Hex | C8 | 85 | A3 | 0 | 22 | 12 | 16 | 14D | 26 | 41 |
| Octal | 310 | 205 | 243 | 0 | 42 | 22 | 26 | 515 | 46 | 101 |
| Binary | 11001000 | 10000101 | 10100011 | 0 | 100010 | 10010 | 10110 | 101001101 | 100110 | 1000001 |
Color Harmonies of #C885A3
Complementary color
Monochromatic Colors of #C885A3
Black with #C885A3
Text Example
Text Example
White with #C885A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885A3; }
p { color: rgb(200,133,163); }
H1.HeaderClassName
{
color: #C885A3;
}
.AnyTagClassName
{
color: #C885A3;
}
</style>
background-color css
<style>
a { background-color: #C885A3; }
a { background-color: rgb(200,133,163); }
div.DivClassName
{
background-color: #C885A3;
}
.BgClassName
{
background-color: #C885A3;
}
</style>
border-color css
<style>
span { border-color: #C885A3; }
span { border-color: rgb(200,133,163); }
td.TdClassName
{
border-color: #C885A3;
}
.TagClassName
{
border-color: #C885A3;
}
</style>