Shades of Viola #C291A4
Tints of Viola #C291A4
RGB
CMYK
RGB Variations
Color information
#C291A4 (or 0xC291A4) is known color: Viola. HEX triplet: C2, 91 and A4. RGB value is (194,145,164). Sum of RGB (Red+Green+Blue) = 194+145+164=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C291A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C291A4 is #3D6E5B. Grayscale: #A1A1A1. Windows color (decimal): -4025948 or 10785218. OLE color: 10785218.
HSL color Cylindrical-coordinate representation of color #C291A4: hue angle of 336.73º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C291A4 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 164 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.24 |
| HSL | 336.73º | 0.29% | 0.66% | - |
| HSV(B) | 336.73º | 0.25% | 0.76% | - |
| XYZ | 39.07 | 34.4 | 39.7 | - |
| YUV | 161.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 164 | 0 | 0.25 | 0.15 | 0.24 | 336.73 | 0.29 | 0.66 |
| Hex | C2 | 91 | A4 | 0 | 19 | F | 18 | 151 | 1D | 42 |
| Octal | 302 | 221 | 244 | 0 | 31 | 17 | 30 | 521 | 35 | 102 |
| Binary | 11000010 | 10010001 | 10100100 | 0 | 11001 | 1111 | 11000 | 101010001 | 11101 | 1000010 |
Color Harmonies of #C291A4
Complementary color
Monochromatic Colors of #C291A4
Black with #C291A4
Text Example
Text Example
White with #C291A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C291A4; }
p { color: rgb(194,145,164); }
H1.HeaderClassName
{
color: #C291A4;
}
.AnyTagClassName
{
color: #C291A4;
}
</style>
background-color css
<style>
a { background-color: #C291A4; }
a { background-color: rgb(194,145,164); }
div.DivClassName
{
background-color: #C291A4;
}
.BgClassName
{
background-color: #C291A4;
}
</style>
border-color css
<style>
span { border-color: #C291A4; }
span { border-color: rgb(194,145,164); }
td.TdClassName
{
border-color: #C291A4;
}
.TagClassName
{
border-color: #C291A4;
}
</style>