Shades of Viola #C294A8
Tints of Viola #C294A8
RGB
CMYK
RGB Variations
Color information
#C294A8 (or 0xC294A8) is known color: Viola. HEX triplet: C2, 94 and A8. RGB value is (194,148,168). Sum of RGB (Red+Green+Blue) = 194+148+168=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C294A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C294A8 is #3D6B57. Grayscale: #A3A3A3. Windows color (decimal): -4025176 or 11048130. OLE color: 11048130.
HSL color Cylindrical-coordinate representation of color #C294A8: hue angle of 333.91º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C294A8 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 168 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.24 |
| HSL | 333.91º | 0.27% | 0.67% | - |
| HSV(B) | 333.91º | 0.24% | 0.76% | - |
| XYZ | 39.91 | 35.48 | 41.79 | - |
| YUV | 164.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 168 | 0 | 0.24 | 0.13 | 0.24 | 333.91 | 0.27 | 0.67 |
| Hex | C2 | 94 | A8 | 0 | 18 | D | 18 | 14E | 1B | 43 |
| Octal | 302 | 224 | 250 | 0 | 30 | 15 | 30 | 516 | 33 | 103 |
| Binary | 11000010 | 10010100 | 10101000 | 0 | 11000 | 1101 | 11000 | 101001110 | 11011 | 1000011 |
Color Harmonies of #C294A8
Complementary color
Monochromatic Colors of #C294A8
Black with #C294A8
Text Example
Text Example
White with #C294A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C294A8; }
p { color: rgb(194,148,168); }
H1.HeaderClassName
{
color: #C294A8;
}
.AnyTagClassName
{
color: #C294A8;
}
</style>
background-color css
<style>
a { background-color: #C294A8; }
a { background-color: rgb(194,148,168); }
div.DivClassName
{
background-color: #C294A8;
}
.BgClassName
{
background-color: #C294A8;
}
</style>
border-color css
<style>
span { border-color: #C294A8; }
span { border-color: rgb(194,148,168); }
td.TdClassName
{
border-color: #C294A8;
}
.TagClassName
{
border-color: #C294A8;
}
</style>