Shades of Viola #C4919F
Tints of Viola #C4919F
RGB
CMYK
RGB Variations
Color information
#C4919F (or 0xC4919F) is known color: Viola. HEX triplet: C4, 91 and 9F. RGB value is (196,145,159). Sum of RGB (Red+Green+Blue) = 196+145+159=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4919F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4919F is #3B6E60. Grayscale: #A1A1A1. Windows color (decimal): -3894881 or 10457540. OLE color: 10457540.
HSL color Cylindrical-coordinate representation of color #C4919F: hue angle of 343.53º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4919F is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 159 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.23 |
| HSL | 343.53º | 0.3% | 0.67% | - |
| HSV(B) | 343.53º | 0.26% | 0.77% | - |
| XYZ | 39.15 | 34.49 | 37.39 | - |
| YUV | 161.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 159 | 0 | 0.26 | 0.19 | 0.23 | 343.53 | 0.3 | 0.67 |
| Hex | C4 | 91 | 9F | 0 | 1A | 13 | 17 | 158 | 1E | 43 |
| Octal | 304 | 221 | 237 | 0 | 32 | 23 | 27 | 530 | 36 | 103 |
| Binary | 11000100 | 10010001 | 10011111 | 0 | 11010 | 10011 | 10111 | 101011000 | 11110 | 1000011 |
Color Harmonies of #C4919F
Complementary color
Monochromatic Colors of #C4919F
Black with #C4919F
Text Example
Text Example
White with #C4919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4919F; }
p { color: rgb(196,145,159); }
H1.HeaderClassName
{
color: #C4919F;
}
.AnyTagClassName
{
color: #C4919F;
}
</style>
background-color css
<style>
a { background-color: #C4919F; }
a { background-color: rgb(196,145,159); }
div.DivClassName
{
background-color: #C4919F;
}
.BgClassName
{
background-color: #C4919F;
}
</style>
border-color css
<style>
span { border-color: #C4919F; }
span { border-color: rgb(196,145,159); }
td.TdClassName
{
border-color: #C4919F;
}
.TagClassName
{
border-color: #C4919F;
}
</style>