Shades of Viola #C1959D
Tints of Viola #C1959D
RGB
CMYK
RGB Variations
Color information
#C1959D (or 0xC1959D) is known color: Viola. HEX triplet: C1, 95 and 9D. RGB value is (193,149,157). Sum of RGB (Red+Green+Blue) = 193+149+157=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C1959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1959D is #3E6A62. Grayscale: #A3A3A3. Windows color (decimal): -4090467 or 10327489. OLE color: 10327489.
HSL color Cylindrical-coordinate representation of color #C1959D: hue angle of 349.09º degrees, saturation: 0.26, 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 #C1959D is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 157 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.24 |
| HSL | 349.09º | 0.26% | 0.67% | - |
| HSV(B) | 349.09º | 0.23% | 0.76% | - |
| XYZ | 38.83 | 35.27 | 36.66 | - |
| YUV | 163.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 157 | 0 | 0.23 | 0.19 | 0.24 | 349.09 | 0.26 | 0.67 |
| Hex | C1 | 95 | 9D | 0 | 17 | 13 | 18 | 15D | 1A | 43 |
| Octal | 301 | 225 | 235 | 0 | 27 | 23 | 30 | 535 | 32 | 103 |
| Binary | 11000001 | 10010101 | 10011101 | 0 | 10111 | 10011 | 11000 | 101011101 | 11010 | 1000011 |
Color Harmonies of #C1959D
Complementary color
Monochromatic Colors of #C1959D
Black with #C1959D
Text Example
Text Example
White with #C1959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1959D; }
p { color: rgb(193,149,157); }
H1.HeaderClassName
{
color: #C1959D;
}
.AnyTagClassName
{
color: #C1959D;
}
</style>
background-color css
<style>
a { background-color: #C1959D; }
a { background-color: rgb(193,149,157); }
div.DivClassName
{
background-color: #C1959D;
}
.BgClassName
{
background-color: #C1959D;
}
</style>
border-color css
<style>
span { border-color: #C1959D; }
span { border-color: rgb(193,149,157); }
td.TdClassName
{
border-color: #C1959D;
}
.TagClassName
{
border-color: #C1959D;
}
</style>