Shades of Viola #C1919B
Tints of Viola #C1919B
RGB
CMYK
RGB Variations
Color information
#C1919B (or 0xC1919B) is known color: Viola. HEX triplet: C1, 91 and 9B. RGB value is (193,145,155). Sum of RGB (Red+Green+Blue) = 193+145+155=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C1919B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1919B is #3E6E64. Grayscale: #A0A0A0. Windows color (decimal): -4091493 or 10195393. OLE color: 10195393.
HSL color Cylindrical-coordinate representation of color #C1919B: hue angle of 347.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1919B is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 155 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.24 |
| HSL | 347.5º | 0.28% | 0.66% | - |
| HSV(B) | 347.5º | 0.25% | 0.76% | - |
| XYZ | 38.03 | 33.95 | 35.56 | - |
| YUV | 160.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 155 | 0 | 0.25 | 0.20 | 0.24 | 347.5 | 0.28 | 0.66 |
| Hex | C1 | 91 | 9B | 0 | 19 | 14 | 18 | 15C | 1C | 42 |
| Octal | 301 | 221 | 233 | 0 | 31 | 24 | 30 | 534 | 34 | 102 |
| Binary | 11000001 | 10010001 | 10011011 | 0 | 11001 | 10100 | 11000 | 101011100 | 11100 | 1000010 |
Color Harmonies of #C1919B
Complementary color
Monochromatic Colors of #C1919B
Black with #C1919B
Text Example
Text Example
White with #C1919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1919B; }
p { color: rgb(193,145,155); }
H1.HeaderClassName
{
color: #C1919B;
}
.AnyTagClassName
{
color: #C1919B;
}
</style>
background-color css
<style>
a { background-color: #C1919B; }
a { background-color: rgb(193,145,155); }
div.DivClassName
{
background-color: #C1919B;
}
.BgClassName
{
background-color: #C1919B;
}
</style>
border-color css
<style>
span { border-color: #C1919B; }
span { border-color: rgb(193,145,155); }
td.TdClassName
{
border-color: #C1919B;
}
.TagClassName
{
border-color: #C1919B;
}
</style>