Shades of Viola #C3949C
Tints of Viola #C3949C
RGB
CMYK
RGB Variations
Color information
#C3949C (or 0xC3949C) is known color: Viola. HEX triplet: C3, 94 and 9C. RGB value is (195,148,156). Sum of RGB (Red+Green+Blue) = 195+148+156=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C3949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3949C is #3C6B63. Grayscale: #A2A2A2. Windows color (decimal): -3959652 or 10261699. OLE color: 10261699.
HSL color Cylindrical-coordinate representation of color #C3949C: hue angle of 349.79º degrees, saturation: 0.28, 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 #C3949C is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 156 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.24 |
| HSL | 349.79º | 0.28% | 0.67% | - |
| HSV(B) | 349.79º | 0.24% | 0.76% | - |
| XYZ | 39.1 | 35.18 | 36.18 | - |
| YUV | 162.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 156 | 0 | 0.24 | 0.20 | 0.24 | 349.79 | 0.28 | 0.67 |
| Hex | C3 | 94 | 9C | 0 | 18 | 14 | 18 | 15E | 1C | 43 |
| Octal | 303 | 224 | 234 | 0 | 30 | 24 | 30 | 536 | 34 | 103 |
| Binary | 11000011 | 10010100 | 10011100 | 0 | 11000 | 10100 | 11000 | 101011110 | 11100 | 1000011 |
Color Harmonies of #C3949C
Complementary color
Monochromatic Colors of #C3949C
Black with #C3949C
Text Example
Text Example
White with #C3949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3949C; }
p { color: rgb(195,148,156); }
H1.HeaderClassName
{
color: #C3949C;
}
.AnyTagClassName
{
color: #C3949C;
}
</style>
background-color css
<style>
a { background-color: #C3949C; }
a { background-color: rgb(195,148,156); }
div.DivClassName
{
background-color: #C3949C;
}
.BgClassName
{
background-color: #C3949C;
}
</style>
border-color css
<style>
span { border-color: #C3949C; }
span { border-color: rgb(195,148,156); }
td.TdClassName
{
border-color: #C3949C;
}
.TagClassName
{
border-color: #C3949C;
}
</style>