Shades of Viola #C3919D
Tints of Viola #C3919D
RGB
CMYK
RGB Variations
Color information
#C3919D (or 0xC3919D) is known color: Viola. HEX triplet: C3, 91 and 9D. RGB value is (195,145,157). Sum of RGB (Red+Green+Blue) = 195+145+157=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C3919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3919D is #3C6E62. Grayscale: #A1A1A1. Windows color (decimal): -3960419 or 10326467. OLE color: 10326467.
HSL color Cylindrical-coordinate representation of color #C3919D: hue angle of 345.6º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3919D is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 157 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.24 |
| HSL | 345.6º | 0.29% | 0.67% | - |
| HSV(B) | 345.6º | 0.26% | 0.76% | - |
| XYZ | 38.72 | 34.29 | 36.48 | - |
| YUV | 161.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 157 | 0 | 0.26 | 0.19 | 0.24 | 345.6 | 0.29 | 0.67 |
| Hex | C3 | 91 | 9D | 0 | 1A | 13 | 18 | 15A | 1D | 43 |
| Octal | 303 | 221 | 235 | 0 | 32 | 23 | 30 | 532 | 35 | 103 |
| Binary | 11000011 | 10010001 | 10011101 | 0 | 11010 | 10011 | 11000 | 101011010 | 11101 | 1000011 |
Color Harmonies of #C3919D
Complementary color
Monochromatic Colors of #C3919D
Black with #C3919D
Text Example
Text Example
White with #C3919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3919D; }
p { color: rgb(195,145,157); }
H1.HeaderClassName
{
color: #C3919D;
}
.AnyTagClassName
{
color: #C3919D;
}
</style>
background-color css
<style>
a { background-color: #C3919D; }
a { background-color: rgb(195,145,157); }
div.DivClassName
{
background-color: #C3919D;
}
.BgClassName
{
background-color: #C3919D;
}
</style>
border-color css
<style>
span { border-color: #C3919D; }
span { border-color: rgb(195,145,157); }
td.TdClassName
{
border-color: #C3919D;
}
.TagClassName
{
border-color: #C3919D;
}
</style>