Shades of Viola #C292A3
Tints of Viola #C292A3
RGB
CMYK
RGB Variations
Color information
#C292A3 (or 0xC292A3) is known color: Viola. HEX triplet: C2, 92 and A3. RGB value is (194,146,163). Sum of RGB (Red+Green+Blue) = 194+146+163=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C292A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C292A3 is #3D6D5C. Grayscale: #A2A2A2. Windows color (decimal): -4025693 or 10719938. OLE color: 10719938.
HSL color Cylindrical-coordinate representation of color #C292A3: hue angle of 338.75º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C292A3 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 163 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.24 |
| HSL | 338.75º | 0.28% | 0.67% | - |
| HSV(B) | 338.75º | 0.25% | 0.76% | - |
| XYZ | 39.14 | 34.67 | 39.28 | - |
| YUV | 162.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 163 | 0 | 0.25 | 0.16 | 0.24 | 338.75 | 0.28 | 0.67 |
| Hex | C2 | 92 | A3 | 0 | 19 | 10 | 18 | 153 | 1C | 43 |
| Octal | 302 | 222 | 243 | 0 | 31 | 20 | 30 | 523 | 34 | 103 |
| Binary | 11000010 | 10010010 | 10100011 | 0 | 11001 | 10000 | 11000 | 101010011 | 11100 | 1000011 |
Color Harmonies of #C292A3
Complementary color
Monochromatic Colors of #C292A3
Black with #C292A3
Text Example
Text Example
White with #C292A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292A3; }
p { color: rgb(194,146,163); }
H1.HeaderClassName
{
color: #C292A3;
}
.AnyTagClassName
{
color: #C292A3;
}
</style>
background-color css
<style>
a { background-color: #C292A3; }
a { background-color: rgb(194,146,163); }
div.DivClassName
{
background-color: #C292A3;
}
.BgClassName
{
background-color: #C292A3;
}
</style>
border-color css
<style>
span { border-color: #C292A3; }
span { border-color: rgb(194,146,163); }
td.TdClassName
{
border-color: #C292A3;
}
.TagClassName
{
border-color: #C292A3;
}
</style>