Shades of Viola #C1929B
Tints of Viola #C1929B
RGB
CMYK
RGB Variations
Color information
#C1929B (or 0xC1929B) is known color: Viola. HEX triplet: C1, 92 and 9B. RGB value is (193,146,155). Sum of RGB (Red+Green+Blue) = 193+146+155=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C1929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1929B is #3E6D64. Grayscale: #A1A1A1. Windows color (decimal): -4091237 or 10195649. OLE color: 10195649.
HSL color Cylindrical-coordinate representation of color #C1929B: hue angle of 348.51º 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 #C1929B is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 155 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.24 |
| HSL | 348.51º | 0.27% | 0.66% | - |
| HSV(B) | 348.51º | 0.24% | 0.76% | - |
| XYZ | 38.19 | 34.26 | 35.61 | - |
| YUV | 161.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 155 | 0 | 0.24 | 0.20 | 0.24 | 348.51 | 0.27 | 0.66 |
| Hex | C1 | 92 | 9B | 0 | 18 | 14 | 18 | 15D | 1B | 42 |
| Octal | 301 | 222 | 233 | 0 | 30 | 24 | 30 | 535 | 33 | 102 |
| Binary | 11000001 | 10010010 | 10011011 | 0 | 11000 | 10100 | 11000 | 101011101 | 11011 | 1000010 |
Color Harmonies of #C1929B
Complementary color
Monochromatic Colors of #C1929B
Black with #C1929B
Text Example
Text Example
White with #C1929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1929B; }
p { color: rgb(193,146,155); }
H1.HeaderClassName
{
color: #C1929B;
}
.AnyTagClassName
{
color: #C1929B;
}
</style>
background-color css
<style>
a { background-color: #C1929B; }
a { background-color: rgb(193,146,155); }
div.DivClassName
{
background-color: #C1929B;
}
.BgClassName
{
background-color: #C1929B;
}
</style>
border-color css
<style>
span { border-color: #C1929B; }
span { border-color: rgb(193,146,155); }
td.TdClassName
{
border-color: #C1929B;
}
.TagClassName
{
border-color: #C1929B;
}
</style>