Shades of Viola #C1939A
Tints of Viola #C1939A
RGB
CMYK
RGB Variations
Color information
#C1939A (or 0xC1939A) is known color: Viola. HEX triplet: C1, 93 and 9A. RGB value is (193,147,154). Sum of RGB (Red+Green+Blue) = 193+147+154=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C1939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1939A is #3E6C65. Grayscale: #A1A1A1. Windows color (decimal): -4090982 or 10130369. OLE color: 10130369.
HSL color Cylindrical-coordinate representation of color #C1939A: hue angle of 350.87º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1939A is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 154 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.24 |
| HSL | 350.87º | 0.27% | 0.67% | - |
| HSV(B) | 350.87º | 0.24% | 0.76% | - |
| XYZ | 38.26 | 34.54 | 35.22 | - |
| YUV | 161.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 154 | 0 | 0.24 | 0.20 | 0.24 | 350.87 | 0.27 | 0.67 |
| Hex | C1 | 93 | 9A | 0 | 18 | 14 | 18 | 15F | 1B | 43 |
| Octal | 301 | 223 | 232 | 0 | 30 | 24 | 30 | 537 | 33 | 103 |
| Binary | 11000001 | 10010011 | 10011010 | 0 | 11000 | 10100 | 11000 | 101011111 | 11011 | 1000011 |
Color Harmonies of #C1939A
Complementary color
Monochromatic Colors of #C1939A
Black with #C1939A
Text Example
Text Example
White with #C1939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1939A; }
p { color: rgb(193,147,154); }
H1.HeaderClassName
{
color: #C1939A;
}
.AnyTagClassName
{
color: #C1939A;
}
</style>
background-color css
<style>
a { background-color: #C1939A; }
a { background-color: rgb(193,147,154); }
div.DivClassName
{
background-color: #C1939A;
}
.BgClassName
{
background-color: #C1939A;
}
</style>
border-color css
<style>
span { border-color: #C1939A; }
span { border-color: rgb(193,147,154); }
td.TdClassName
{
border-color: #C1939A;
}
.TagClassName
{
border-color: #C1939A;
}
</style>