Shades of Viola #C1909B
Tints of Viola #C1909B
RGB
CMYK
RGB Variations
Color information
#C1909B (or 0xC1909B) is known color: Viola. HEX triplet: C1, 90 and 9B. RGB value is (193,144,155). Sum of RGB (Red+Green+Blue) = 193+144+155=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C1909B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1909B is #3E6F64. Grayscale: #9F9F9F. Windows color (decimal): -4091749 or 10195137. OLE color: 10195137.
HSL color Cylindrical-coordinate representation of color #C1909B: hue angle of 346.53º 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 #C1909B is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 155 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.24 |
| HSL | 346.53º | 0.28% | 0.66% | - |
| HSV(B) | 346.53º | 0.25% | 0.76% | - |
| XYZ | 37.88 | 33.65 | 35.51 | - |
| YUV | 159.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 155 | 0 | 0.25 | 0.20 | 0.24 | 346.53 | 0.28 | 0.66 |
| Hex | C1 | 90 | 9B | 0 | 19 | 14 | 18 | 15B | 1C | 42 |
| Octal | 301 | 220 | 233 | 0 | 31 | 24 | 30 | 533 | 34 | 102 |
| Binary | 11000001 | 10010000 | 10011011 | 0 | 11001 | 10100 | 11000 | 101011011 | 11100 | 1000010 |
Color Harmonies of #C1909B
Complementary color
Monochromatic Colors of #C1909B
Black with #C1909B
Text Example
Text Example
White with #C1909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1909B; }
p { color: rgb(193,144,155); }
H1.HeaderClassName
{
color: #C1909B;
}
.AnyTagClassName
{
color: #C1909B;
}
</style>
background-color css
<style>
a { background-color: #C1909B; }
a { background-color: rgb(193,144,155); }
div.DivClassName
{
background-color: #C1909B;
}
.BgClassName
{
background-color: #C1909B;
}
</style>
border-color css
<style>
span { border-color: #C1909B; }
span { border-color: rgb(193,144,155); }
td.TdClassName
{
border-color: #C1909B;
}
.TagClassName
{
border-color: #C1909B;
}
</style>