Shades of Viola #C28FA2
Tints of Viola #C28FA2
RGB
CMYK
RGB Variations
Color information
#C28FA2 (or 0xC28FA2) is known color: Viola. HEX triplet: C2, 8F and A2. RGB value is (194,143,162). Sum of RGB (Red+Green+Blue) = 194+143+162=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28FA2 is #3D705D. Grayscale: #A0A0A0. Windows color (decimal): -4026462 or 10653634. OLE color: 10653634.
HSL color Cylindrical-coordinate representation of color #C28FA2: hue angle of 337.65º 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 #C28FA2 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 162 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.24 |
| HSL | 337.65º | 0.29% | 0.66% | - |
| HSV(B) | 337.65º | 0.26% | 0.76% | - |
| XYZ | 38.59 | 33.72 | 38.66 | - |
| YUV | 160.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 162 | 0 | 0.26 | 0.16 | 0.24 | 337.65 | 0.29 | 0.66 |
| Hex | C2 | 8F | A2 | 0 | 1A | 10 | 18 | 152 | 1D | 42 |
| Octal | 302 | 217 | 242 | 0 | 32 | 20 | 30 | 522 | 35 | 102 |
| Binary | 11000010 | 10001111 | 10100010 | 0 | 11010 | 10000 | 11000 | 101010010 | 11101 | 1000010 |
Color Harmonies of #C28FA2
Complementary color
Monochromatic Colors of #C28FA2
Black with #C28FA2
Text Example
Text Example
White with #C28FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FA2; }
p { color: rgb(194,143,162); }
H1.HeaderClassName
{
color: #C28FA2;
}
.AnyTagClassName
{
color: #C28FA2;
}
</style>
background-color css
<style>
a { background-color: #C28FA2; }
a { background-color: rgb(194,143,162); }
div.DivClassName
{
background-color: #C28FA2;
}
.BgClassName
{
background-color: #C28FA2;
}
</style>
border-color css
<style>
span { border-color: #C28FA2; }
span { border-color: rgb(194,143,162); }
td.TdClassName
{
border-color: #C28FA2;
}
.TagClassName
{
border-color: #C28FA2;
}
</style>