Shades of Viola #C1939B
Tints of Viola #C1939B
RGB
CMYK
RGB Variations
Color information
#C1939B (or 0xC1939B) is known color: Viola. HEX triplet: C1, 93 and 9B. RGB value is (193,147,155). Sum of RGB (Red+Green+Blue) = 193+147+155=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C1939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1939B is #3E6C64. Grayscale: #A1A1A1. Windows color (decimal): -4090981 or 10195905. OLE color: 10195905.
HSL color Cylindrical-coordinate representation of color #C1939B: hue angle of 349.57º 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 #C1939B is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 155 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.24 |
| HSL | 349.57º | 0.27% | 0.67% | - |
| HSV(B) | 349.57º | 0.24% | 0.76% | - |
| XYZ | 38.34 | 34.57 | 35.66 | - |
| YUV | 161.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 155 | 0 | 0.24 | 0.20 | 0.24 | 349.57 | 0.27 | 0.67 |
| Hex | C1 | 93 | 9B | 0 | 18 | 14 | 18 | 15E | 1B | 43 |
| Octal | 301 | 223 | 233 | 0 | 30 | 24 | 30 | 536 | 33 | 103 |
| Binary | 11000001 | 10010011 | 10011011 | 0 | 11000 | 10100 | 11000 | 101011110 | 11011 | 1000011 |
Color Harmonies of #C1939B
Complementary color
Monochromatic Colors of #C1939B
Black with #C1939B
Text Example
Text Example
White with #C1939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1939B; }
p { color: rgb(193,147,155); }
H1.HeaderClassName
{
color: #C1939B;
}
.AnyTagClassName
{
color: #C1939B;
}
</style>
background-color css
<style>
a { background-color: #C1939B; }
a { background-color: rgb(193,147,155); }
div.DivClassName
{
background-color: #C1939B;
}
.BgClassName
{
background-color: #C1939B;
}
</style>
border-color css
<style>
span { border-color: #C1939B; }
span { border-color: rgb(193,147,155); }
td.TdClassName
{
border-color: #C1939B;
}
.TagClassName
{
border-color: #C1939B;
}
</style>