Shades of Viola #C891A2
Tints of Viola #C891A2
RGB
CMYK
RGB Variations
Color information
#C891A2 (or 0xC891A2) is known color: Viola. HEX triplet: C8, 91 and A2. RGB value is (200,145,162). Sum of RGB (Red+Green+Blue) = 200+145+162=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C891A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C891A2 is #376E5D. Grayscale: #A3A3A3. Windows color (decimal): -3632734 or 10654152. OLE color: 10654152.
HSL color Cylindrical-coordinate representation of color #C891A2: hue angle of 341.45º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C891A2 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 162 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.22 |
| HSL | 341.45º | 0.33% | 0.68% | - |
| HSV(B) | 341.45º | 0.28% | 0.78% | - |
| XYZ | 40.47 | 35.14 | 38.83 | - |
| YUV | 163.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 162 | 0 | 0.28 | 0.19 | 0.22 | 341.45 | 0.33 | 0.68 |
| Hex | C8 | 91 | A2 | 0 | 1C | 13 | 16 | 155 | 21 | 44 |
| Octal | 310 | 221 | 242 | 0 | 34 | 23 | 26 | 525 | 41 | 104 |
| Binary | 11001000 | 10010001 | 10100010 | 0 | 11100 | 10011 | 10110 | 101010101 | 100001 | 1000100 |
Color Harmonies of #C891A2
Complementary color
Monochromatic Colors of #C891A2
Black with #C891A2
Text Example
Text Example
White with #C891A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C891A2; }
p { color: rgb(200,145,162); }
H1.HeaderClassName
{
color: #C891A2;
}
.AnyTagClassName
{
color: #C891A2;
}
</style>
background-color css
<style>
a { background-color: #C891A2; }
a { background-color: rgb(200,145,162); }
div.DivClassName
{
background-color: #C891A2;
}
.BgClassName
{
background-color: #C891A2;
}
</style>
border-color css
<style>
span { border-color: #C891A2; }
span { border-color: rgb(200,145,162); }
td.TdClassName
{
border-color: #C891A2;
}
.TagClassName
{
border-color: #C891A2;
}
</style>