Shades of Viola #C1969F
Tints of Viola #C1969F
RGB
CMYK
RGB Variations
Color information
#C1969F (or 0xC1969F) is known color: Viola. HEX triplet: C1, 96 and 9F. RGB value is (193,150,159). Sum of RGB (Red+Green+Blue) = 193+150+159=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C1969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1969F is #3E6960. Grayscale: #A3A3A3. Windows color (decimal): -4090209 or 10458817. OLE color: 10458817.
HSL color Cylindrical-coordinate representation of color #C1969F: hue angle of 347.44º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1969F is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 159 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.24 |
| HSL | 347.44º | 0.26% | 0.67% | - |
| HSV(B) | 347.44º | 0.22% | 0.76% | - |
| XYZ | 39.16 | 35.65 | 37.62 | - |
| YUV | 163.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 159 | 0 | 0.22 | 0.18 | 0.24 | 347.44 | 0.26 | 0.67 |
| Hex | C1 | 96 | 9F | 0 | 16 | 12 | 18 | 15B | 1A | 43 |
| Octal | 301 | 226 | 237 | 0 | 26 | 22 | 30 | 533 | 32 | 103 |
| Binary | 11000001 | 10010110 | 10011111 | 0 | 10110 | 10010 | 11000 | 101011011 | 11010 | 1000011 |
Color Harmonies of #C1969F
Complementary color
Monochromatic Colors of #C1969F
Black with #C1969F
Text Example
Text Example
White with #C1969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1969F; }
p { color: rgb(193,150,159); }
H1.HeaderClassName
{
color: #C1969F;
}
.AnyTagClassName
{
color: #C1969F;
}
</style>
background-color css
<style>
a { background-color: #C1969F; }
a { background-color: rgb(193,150,159); }
div.DivClassName
{
background-color: #C1969F;
}
.BgClassName
{
background-color: #C1969F;
}
</style>
border-color css
<style>
span { border-color: #C1969F; }
span { border-color: rgb(193,150,159); }
td.TdClassName
{
border-color: #C1969F;
}
.TagClassName
{
border-color: #C1969F;
}
</style>