Shades of Viola #C1949C
Tints of Viola #C1949C
RGB
CMYK
RGB Variations
Color information
#C1949C (or 0xC1949C) is known color: Viola. HEX triplet: C1, 94 and 9C. RGB value is (193,148,156). Sum of RGB (Red+Green+Blue) = 193+148+156=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C1949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1949C is #3E6B63. Grayscale: #A2A2A2. Windows color (decimal): -4090724 or 10261697. OLE color: 10261697.
HSL color Cylindrical-coordinate representation of color #C1949C: hue angle of 349.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1949C is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 156 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.24 |
| HSL | 349.33º | 0.27% | 0.67% | - |
| HSV(B) | 349.33º | 0.23% | 0.76% | - |
| XYZ | 38.58 | 34.92 | 36.16 | - |
| YUV | 162.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 156 | 0 | 0.23 | 0.19 | 0.24 | 349.33 | 0.27 | 0.67 |
| Hex | C1 | 94 | 9C | 0 | 17 | 13 | 18 | 15D | 1B | 43 |
| Octal | 301 | 224 | 234 | 0 | 27 | 23 | 30 | 535 | 33 | 103 |
| Binary | 11000001 | 10010100 | 10011100 | 0 | 10111 | 10011 | 11000 | 101011101 | 11011 | 1000011 |
Color Harmonies of #C1949C
Complementary color
Monochromatic Colors of #C1949C
Black with #C1949C
Text Example
Text Example
White with #C1949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1949C; }
p { color: rgb(193,148,156); }
H1.HeaderClassName
{
color: #C1949C;
}
.AnyTagClassName
{
color: #C1949C;
}
</style>
background-color css
<style>
a { background-color: #C1949C; }
a { background-color: rgb(193,148,156); }
div.DivClassName
{
background-color: #C1949C;
}
.BgClassName
{
background-color: #C1949C;
}
</style>
border-color css
<style>
span { border-color: #C1949C; }
span { border-color: rgb(193,148,156); }
td.TdClassName
{
border-color: #C1949C;
}
.TagClassName
{
border-color: #C1949C;
}
</style>