Shades of Viola #C1949B
Tints of Viola #C1949B
RGB
CMYK
RGB Variations
Color information
#C1949B (or 0xC1949B) is known color: Viola. HEX triplet: C1, 94 and 9B. RGB value is (193,148,155). Sum of RGB (Red+Green+Blue) = 193+148+155=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C1949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1949B is #3E6B64. Grayscale: #A2A2A2. Windows color (decimal): -4090725 or 10196161. OLE color: 10196161.
HSL color Cylindrical-coordinate representation of color #C1949B: hue angle of 350.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 #C1949B is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 155 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.24 |
| HSL | 350.67º | 0.27% | 0.67% | - |
| HSV(B) | 350.67º | 0.23% | 0.76% | - |
| XYZ | 38.5 | 34.88 | 35.71 | - |
| YUV | 162.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 155 | 0 | 0.23 | 0.20 | 0.24 | 350.67 | 0.27 | 0.67 |
| Hex | C1 | 94 | 9B | 0 | 17 | 14 | 18 | 15F | 1B | 43 |
| Octal | 301 | 224 | 233 | 0 | 27 | 24 | 30 | 537 | 33 | 103 |
| Binary | 11000001 | 10010100 | 10011011 | 0 | 10111 | 10100 | 11000 | 101011111 | 11011 | 1000011 |
Color Harmonies of #C1949B
Complementary color
Monochromatic Colors of #C1949B
Black with #C1949B
Text Example
Text Example
White with #C1949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1949B; }
p { color: rgb(193,148,155); }
H1.HeaderClassName
{
color: #C1949B;
}
.AnyTagClassName
{
color: #C1949B;
}
</style>
background-color css
<style>
a { background-color: #C1949B; }
a { background-color: rgb(193,148,155); }
div.DivClassName
{
background-color: #C1949B;
}
.BgClassName
{
background-color: #C1949B;
}
</style>
border-color css
<style>
span { border-color: #C1949B; }
span { border-color: rgb(193,148,155); }
td.TdClassName
{
border-color: #C1949B;
}
.TagClassName
{
border-color: #C1949B;
}
</style>