Shades of Viola #C1849A
Tints of Viola #C1849A
RGB
CMYK
RGB Variations
Color information
#C1849A (or 0xC1849A) is known color: Viola. HEX triplet: C1, 84 and 9A. RGB value is (193,132,154). Sum of RGB (Red+Green+Blue) = 193+132+154=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C1849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1849A is #3E7B65. Grayscale: #989898. Windows color (decimal): -4094822 or 10126529. OLE color: 10126529.
HSL color Cylindrical-coordinate representation of color #C1849A: hue angle of 338.36º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C1849A is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 154 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.24 |
| HSL | 338.36º | 0.33% | 0.64% | - |
| HSV(B) | 338.36º | 0.32% | 0.76% | - |
| XYZ | 36.08 | 30.17 | 34.49 | - |
| YUV | 152.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 154 | 0 | 0.32 | 0.20 | 0.24 | 338.36 | 0.33 | 0.64 |
| Hex | C1 | 84 | 9A | 0 | 20 | 14 | 18 | 152 | 21 | 40 |
| Octal | 301 | 204 | 232 | 0 | 40 | 24 | 30 | 522 | 41 | 100 |
| Binary | 11000001 | 10000100 | 10011010 | 0 | 100000 | 10100 | 11000 | 101010010 | 100001 | 1000000 |
Color Harmonies of #C1849A
Complementary color
Monochromatic Colors of #C1849A
Black with #C1849A
Text Example
Text Example
White with #C1849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1849A; }
p { color: rgb(193,132,154); }
H1.HeaderClassName
{
color: #C1849A;
}
.AnyTagClassName
{
color: #C1849A;
}
</style>
background-color css
<style>
a { background-color: #C1849A; }
a { background-color: rgb(193,132,154); }
div.DivClassName
{
background-color: #C1849A;
}
.BgClassName
{
background-color: #C1849A;
}
</style>
border-color css
<style>
span { border-color: #C1849A; }
span { border-color: rgb(193,132,154); }
td.TdClassName
{
border-color: #C1849A;
}
.TagClassName
{
border-color: #C1849A;
}
</style>