Shades of Viola #C4939C
Tints of Viola #C4939C
RGB
CMYK
RGB Variations
Color information
#C4939C (or 0xC4939C) is known color: Viola. HEX triplet: C4, 93 and 9C. RGB value is (196,147,156). Sum of RGB (Red+Green+Blue) = 196+147+156=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C4939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4939C is #3B6C63. Grayscale: #A2A2A2. Windows color (decimal): -3894372 or 10261444. OLE color: 10261444.
HSL color Cylindrical-coordinate representation of color #C4939C: hue angle of 348.98º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4939C is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 156 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.23 |
| HSL | 348.98º | 0.29% | 0.67% | - |
| HSV(B) | 348.98º | 0.25% | 0.77% | - |
| XYZ | 39.2 | 35 | 36.14 | - |
| YUV | 162.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 156 | 0 | 0.25 | 0.20 | 0.23 | 348.98 | 0.29 | 0.67 |
| Hex | C4 | 93 | 9C | 0 | 19 | 14 | 17 | 15D | 1D | 43 |
| Octal | 304 | 223 | 234 | 0 | 31 | 24 | 27 | 535 | 35 | 103 |
| Binary | 11000100 | 10010011 | 10011100 | 0 | 11001 | 10100 | 10111 | 101011101 | 11101 | 1000011 |
Color Harmonies of #C4939C
Complementary color
Monochromatic Colors of #C4939C
Black with #C4939C
Text Example
Text Example
White with #C4939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4939C; }
p { color: rgb(196,147,156); }
H1.HeaderClassName
{
color: #C4939C;
}
.AnyTagClassName
{
color: #C4939C;
}
</style>
background-color css
<style>
a { background-color: #C4939C; }
a { background-color: rgb(196,147,156); }
div.DivClassName
{
background-color: #C4939C;
}
.BgClassName
{
background-color: #C4939C;
}
</style>
border-color css
<style>
span { border-color: #C4939C; }
span { border-color: rgb(196,147,156); }
td.TdClassName
{
border-color: #C4939C;
}
.TagClassName
{
border-color: #C4939C;
}
</style>