Shades of Viola #C1949E
Tints of Viola #C1949E
RGB
CMYK
RGB Variations
Color information
#C1949E (or 0xC1949E) is known color: Viola. HEX triplet: C1, 94 and 9E. RGB value is (193,148,158). Sum of RGB (Red+Green+Blue) = 193+148+158=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C1949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1949E is #3E6B61. Grayscale: #A2A2A2. Windows color (decimal): -4090722 or 10392769. OLE color: 10392769.
HSL color Cylindrical-coordinate representation of color #C1949E: hue angle of 346.67º 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 #C1949E is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 158 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.24 |
| HSL | 346.67º | 0.27% | 0.67% | - |
| HSV(B) | 346.67º | 0.23% | 0.76% | - |
| XYZ | 38.75 | 34.99 | 37.06 | - |
| YUV | 162.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 158 | 0 | 0.23 | 0.18 | 0.24 | 346.67 | 0.27 | 0.67 |
| Hex | C1 | 94 | 9E | 0 | 17 | 12 | 18 | 15B | 1B | 43 |
| Octal | 301 | 224 | 236 | 0 | 27 | 22 | 30 | 533 | 33 | 103 |
| Binary | 11000001 | 10010100 | 10011110 | 0 | 10111 | 10010 | 11000 | 101011011 | 11011 | 1000011 |
Color Harmonies of #C1949E
Complementary color
Monochromatic Colors of #C1949E
Black with #C1949E
Text Example
Text Example
White with #C1949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1949E; }
p { color: rgb(193,148,158); }
H1.HeaderClassName
{
color: #C1949E;
}
.AnyTagClassName
{
color: #C1949E;
}
</style>
background-color css
<style>
a { background-color: #C1949E; }
a { background-color: rgb(193,148,158); }
div.DivClassName
{
background-color: #C1949E;
}
.BgClassName
{
background-color: #C1949E;
}
</style>
border-color css
<style>
span { border-color: #C1949E; }
span { border-color: rgb(193,148,158); }
td.TdClassName
{
border-color: #C1949E;
}
.TagClassName
{
border-color: #C1949E;
}
</style>