Shades of Viola #C28DA1
Tints of Viola #C28DA1
RGB
CMYK
RGB Variations
Color information
#C28DA1 (or 0xC28DA1) is known color: Viola. HEX triplet: C2, 8D and A1. RGB value is (194,141,161). Sum of RGB (Red+Green+Blue) = 194+141+161=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28DA1 is #3D725E. Grayscale: #9F9F9F. Windows color (decimal): -4026975 or 10587586. OLE color: 10587586.
HSL color Cylindrical-coordinate representation of color #C28DA1: hue angle of 337.36º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28DA1 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 161 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.24 |
| HSL | 337.36º | 0.3% | 0.66% | - |
| HSV(B) | 337.36º | 0.27% | 0.76% | - |
| XYZ | 38.21 | 33.09 | 38.09 | - |
| YUV | 159.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 161 | 0 | 0.27 | 0.17 | 0.24 | 337.36 | 0.3 | 0.66 |
| Hex | C2 | 8D | A1 | 0 | 1B | 11 | 18 | 151 | 1E | 42 |
| Octal | 302 | 215 | 241 | 0 | 33 | 21 | 30 | 521 | 36 | 102 |
| Binary | 11000010 | 10001101 | 10100001 | 0 | 11011 | 10001 | 11000 | 101010001 | 11110 | 1000010 |
Color Harmonies of #C28DA1
Complementary color
Monochromatic Colors of #C28DA1
Black with #C28DA1
Text Example
Text Example
White with #C28DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DA1; }
p { color: rgb(194,141,161); }
H1.HeaderClassName
{
color: #C28DA1;
}
.AnyTagClassName
{
color: #C28DA1;
}
</style>
background-color css
<style>
a { background-color: #C28DA1; }
a { background-color: rgb(194,141,161); }
div.DivClassName
{
background-color: #C28DA1;
}
.BgClassName
{
background-color: #C28DA1;
}
</style>
border-color css
<style>
span { border-color: #C28DA1; }
span { border-color: rgb(194,141,161); }
td.TdClassName
{
border-color: #C28DA1;
}
.TagClassName
{
border-color: #C28DA1;
}
</style>