Shades of Viola #C28F9E
Tints of Viola #C28F9E
RGB
CMYK
RGB Variations
Color information
#C28F9E (or 0xC28F9E) is known color: Viola. HEX triplet: C2, 8F and 9E. RGB value is (194,143,158). Sum of RGB (Red+Green+Blue) = 194+143+158=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28F9E is #3D7061. Grayscale: #9F9F9F. Windows color (decimal): -4026466 or 10391490. OLE color: 10391490.
HSL color Cylindrical-coordinate representation of color #C28F9E: hue angle of 342.35º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C28F9E is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 158 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.24 |
| HSL | 342.35º | 0.29% | 0.66% | - |
| HSV(B) | 342.35º | 0.26% | 0.76% | - |
| XYZ | 38.24 | 33.58 | 36.81 | - |
| YUV | 159.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 158 | 0 | 0.26 | 0.19 | 0.24 | 342.35 | 0.29 | 0.66 |
| Hex | C2 | 8F | 9E | 0 | 1A | 13 | 18 | 156 | 1D | 42 |
| Octal | 302 | 217 | 236 | 0 | 32 | 23 | 30 | 526 | 35 | 102 |
| Binary | 11000010 | 10001111 | 10011110 | 0 | 11010 | 10011 | 11000 | 101010110 | 11101 | 1000010 |
Color Harmonies of #C28F9E
Complementary color
Monochromatic Colors of #C28F9E
Black with #C28F9E
Text Example
Text Example
White with #C28F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F9E; }
p { color: rgb(194,143,158); }
H1.HeaderClassName
{
color: #C28F9E;
}
.AnyTagClassName
{
color: #C28F9E;
}
</style>
background-color css
<style>
a { background-color: #C28F9E; }
a { background-color: rgb(194,143,158); }
div.DivClassName
{
background-color: #C28F9E;
}
.BgClassName
{
background-color: #C28F9E;
}
</style>
border-color css
<style>
span { border-color: #C28F9E; }
span { border-color: rgb(194,143,158); }
td.TdClassName
{
border-color: #C28F9E;
}
.TagClassName
{
border-color: #C28F9E;
}
</style>