Shades of Viola #C1929A
Tints of Viola #C1929A
RGB
CMYK
RGB Variations
Color information
#C1929A (or 0xC1929A) is known color: Viola. HEX triplet: C1, 92 and 9A. RGB value is (193,146,154). Sum of RGB (Red+Green+Blue) = 193+146+154=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C1929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1929A is #3E6D65. Grayscale: #A0A0A0. Windows color (decimal): -4091238 or 10130113. OLE color: 10130113.
HSL color Cylindrical-coordinate representation of color #C1929A: hue angle of 349.79º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1929A is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 154 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.24 |
| HSL | 349.79º | 0.27% | 0.66% | - |
| HSV(B) | 349.79º | 0.24% | 0.76% | - |
| XYZ | 38.1 | 34.23 | 35.17 | - |
| YUV | 160.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 154 | 0 | 0.24 | 0.20 | 0.24 | 349.79 | 0.27 | 0.66 |
| Hex | C1 | 92 | 9A | 0 | 18 | 14 | 18 | 15E | 1B | 42 |
| Octal | 301 | 222 | 232 | 0 | 30 | 24 | 30 | 536 | 33 | 102 |
| Binary | 11000001 | 10010010 | 10011010 | 0 | 11000 | 10100 | 11000 | 101011110 | 11011 | 1000010 |
Color Harmonies of #C1929A
Complementary color
Monochromatic Colors of #C1929A
Black with #C1929A
Text Example
Text Example
White with #C1929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1929A; }
p { color: rgb(193,146,154); }
H1.HeaderClassName
{
color: #C1929A;
}
.AnyTagClassName
{
color: #C1929A;
}
</style>
background-color css
<style>
a { background-color: #C1929A; }
a { background-color: rgb(193,146,154); }
div.DivClassName
{
background-color: #C1929A;
}
.BgClassName
{
background-color: #C1929A;
}
</style>
border-color css
<style>
span { border-color: #C1929A; }
span { border-color: rgb(193,146,154); }
td.TdClassName
{
border-color: #C1929A;
}
.TagClassName
{
border-color: #C1929A;
}
</style>