Shades of Viola #C28C9F
Tints of Viola #C28C9F
RGB
CMYK
RGB Variations
Color information
#C28C9F (or 0xC28C9F) is known color: Viola. HEX triplet: C2, 8C and 9F. RGB value is (194,140,159). Sum of RGB (Red+Green+Blue) = 194+140+159=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28C9F is #3D7360. Grayscale: #9E9E9E. Windows color (decimal): -4027233 or 10456258. OLE color: 10456258.
HSL color Cylindrical-coordinate representation of color #C28C9F: hue angle of 338.89º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28C9F is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 159 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.24 |
| HSL | 338.89º | 0.31% | 0.65% | - |
| HSV(B) | 338.89º | 0.28% | 0.76% | - |
| XYZ | 37.88 | 32.73 | 37.12 | - |
| YUV | 158.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 159 | 0 | 0.28 | 0.18 | 0.24 | 338.89 | 0.31 | 0.65 |
| Hex | C2 | 8C | 9F | 0 | 1C | 12 | 18 | 153 | 1F | 41 |
| Octal | 302 | 214 | 237 | 0 | 34 | 22 | 30 | 523 | 37 | 101 |
| Binary | 11000010 | 10001100 | 10011111 | 0 | 11100 | 10010 | 11000 | 101010011 | 11111 | 1000001 |
Color Harmonies of #C28C9F
Complementary color
Monochromatic Colors of #C28C9F
Black with #C28C9F
Text Example
Text Example
White with #C28C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C9F; }
p { color: rgb(194,140,159); }
H1.HeaderClassName
{
color: #C28C9F;
}
.AnyTagClassName
{
color: #C28C9F;
}
</style>
background-color css
<style>
a { background-color: #C28C9F; }
a { background-color: rgb(194,140,159); }
div.DivClassName
{
background-color: #C28C9F;
}
.BgClassName
{
background-color: #C28C9F;
}
</style>
border-color css
<style>
span { border-color: #C28C9F; }
span { border-color: rgb(194,140,159); }
td.TdClassName
{
border-color: #C28C9F;
}
.TagClassName
{
border-color: #C28C9F;
}
</style>