Shades of Viola #C1869D
Tints of Viola #C1869D
RGB
CMYK
RGB Variations
Color information
#C1869D (or 0xC1869D) is known color: Viola. HEX triplet: C1, 86 and 9D. RGB value is (193,134,157). Sum of RGB (Red+Green+Blue) = 193+134+157=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C1869D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1869D is #3E7962. Grayscale: #9A9A9A. Windows color (decimal): -4094307 or 10323649. OLE color: 10323649.
HSL color Cylindrical-coordinate representation of color #C1869D: hue angle of 336.61º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1869D is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 157 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.24 |
| HSL | 336.61º | 0.32% | 0.64% | - |
| HSV(B) | 336.61º | 0.31% | 0.76% | - |
| XYZ | 36.6 | 30.82 | 35.92 | - |
| YUV | 154.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 157 | 0 | 0.31 | 0.19 | 0.24 | 336.61 | 0.32 | 0.64 |
| Hex | C1 | 86 | 9D | 0 | 1F | 13 | 18 | 151 | 20 | 40 |
| Octal | 301 | 206 | 235 | 0 | 37 | 23 | 30 | 521 | 40 | 100 |
| Binary | 11000001 | 10000110 | 10011101 | 0 | 11111 | 10011 | 11000 | 101010001 | 100000 | 1000000 |
Color Harmonies of #C1869D
Complementary color
Monochromatic Colors of #C1869D
Black with #C1869D
Text Example
Text Example
White with #C1869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1869D; }
p { color: rgb(193,134,157); }
H1.HeaderClassName
{
color: #C1869D;
}
.AnyTagClassName
{
color: #C1869D;
}
</style>
background-color css
<style>
a { background-color: #C1869D; }
a { background-color: rgb(193,134,157); }
div.DivClassName
{
background-color: #C1869D;
}
.BgClassName
{
background-color: #C1869D;
}
</style>
border-color css
<style>
span { border-color: #C1869D; }
span { border-color: rgb(193,134,157); }
td.TdClassName
{
border-color: #C1869D;
}
.TagClassName
{
border-color: #C1869D;
}
</style>