Shades of Viola #C1929C
Tints of Viola #C1929C
RGB
CMYK
RGB Variations
Color information
#C1929C (or 0xC1929C) is known color: Viola. HEX triplet: C1, 92 and 9C. RGB value is (193,146,156). Sum of RGB (Red+Green+Blue) = 193+146+156=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C1929C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1929C is #3E6D63. Grayscale: #A1A1A1. Windows color (decimal): -4091236 or 10261185. OLE color: 10261185.
HSL color Cylindrical-coordinate representation of color #C1929C: hue angle of 347.23º 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 #C1929C is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 156 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.24 |
| HSL | 347.23º | 0.27% | 0.66% | - |
| HSV(B) | 347.23º | 0.24% | 0.76% | - |
| XYZ | 38.27 | 34.3 | 36.06 | - |
| YUV | 161.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 156 | 0 | 0.24 | 0.19 | 0.24 | 347.23 | 0.27 | 0.66 |
| Hex | C1 | 92 | 9C | 0 | 18 | 13 | 18 | 15B | 1B | 42 |
| Octal | 301 | 222 | 234 | 0 | 30 | 23 | 30 | 533 | 33 | 102 |
| Binary | 11000001 | 10010010 | 10011100 | 0 | 11000 | 10011 | 11000 | 101011011 | 11011 | 1000010 |
Color Harmonies of #C1929C
Complementary color
Monochromatic Colors of #C1929C
Black with #C1929C
Text Example
Text Example
White with #C1929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1929C; }
p { color: rgb(193,146,156); }
H1.HeaderClassName
{
color: #C1929C;
}
.AnyTagClassName
{
color: #C1929C;
}
</style>
background-color css
<style>
a { background-color: #C1929C; }
a { background-color: rgb(193,146,156); }
div.DivClassName
{
background-color: #C1929C;
}
.BgClassName
{
background-color: #C1929C;
}
</style>
border-color css
<style>
span { border-color: #C1929C; }
span { border-color: rgb(193,146,156); }
td.TdClassName
{
border-color: #C1929C;
}
.TagClassName
{
border-color: #C1929C;
}
</style>