Shades of Viola #C28E91
Tints of Viola #C28E91
RGB
CMYK
RGB Variations
Color information
#C28E91 (or 0xC28E91) is known color: Viola. HEX triplet: C2, 8E and 91. RGB value is (194,142,145). Sum of RGB (Red+Green+Blue) = 194+142+145=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28E91 is #3D716E. Grayscale: #9D9D9D. Windows color (decimal): -4026735 or 9539266. OLE color: 9539266.
HSL color Cylindrical-coordinate representation of color #C28E91: hue angle of 356.54º 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 #C28E91 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 145 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.24 |
| HSL | 356.54º | 0.3% | 0.66% | - |
| HSV(B) | 356.54º | 0.27% | 0.76% | - |
| XYZ | 37.03 | 32.86 | 31.18 | - |
| YUV | 157.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 145 | 0 | 0.27 | 0.25 | 0.24 | 356.54 | 0.3 | 0.66 |
| Hex | C2 | 8E | 91 | 0 | 1B | 19 | 18 | 165 | 1E | 42 |
| Octal | 302 | 216 | 221 | 0 | 33 | 31 | 30 | 545 | 36 | 102 |
| Binary | 11000010 | 10001110 | 10010001 | 0 | 11011 | 11001 | 11000 | 101100101 | 11110 | 1000010 |
Color Harmonies of #C28E91
Complementary color
Monochromatic Colors of #C28E91
Black with #C28E91
Text Example
Text Example
White with #C28E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E91; }
p { color: rgb(194,142,145); }
H1.HeaderClassName
{
color: #C28E91;
}
.AnyTagClassName
{
color: #C28E91;
}
</style>
background-color css
<style>
a { background-color: #C28E91; }
a { background-color: rgb(194,142,145); }
div.DivClassName
{
background-color: #C28E91;
}
.BgClassName
{
background-color: #C28E91;
}
</style>
border-color css
<style>
span { border-color: #C28E91; }
span { border-color: rgb(194,142,145); }
td.TdClassName
{
border-color: #C28E91;
}
.TagClassName
{
border-color: #C28E91;
}
</style>