Shades of Viola #C3919A
Tints of Viola #C3919A
RGB
CMYK
RGB Variations
Color information
#C3919A (or 0xC3919A) is known color: Viola. HEX triplet: C3, 91 and 9A. RGB value is (195,145,154). Sum of RGB (Red+Green+Blue) = 195+145+154=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C3919A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3919A is #3C6E65. Grayscale: #A0A0A0. Windows color (decimal): -3960422 or 10129859. OLE color: 10129859.
HSL color Cylindrical-coordinate representation of color #C3919A: hue angle of 349.2º 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 #C3919A is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 154 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.24 |
| HSL | 349.2º | 0.29% | 0.67% | - |
| HSV(B) | 349.2º | 0.26% | 0.76% | - |
| XYZ | 38.46 | 34.19 | 35.14 | - |
| YUV | 160.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 154 | 0 | 0.26 | 0.21 | 0.24 | 349.2 | 0.29 | 0.67 |
| Hex | C3 | 91 | 9A | 0 | 1A | 15 | 18 | 15D | 1D | 43 |
| Octal | 303 | 221 | 232 | 0 | 32 | 25 | 30 | 535 | 35 | 103 |
| Binary | 11000011 | 10010001 | 10011010 | 0 | 11010 | 10101 | 11000 | 101011101 | 11101 | 1000011 |
Color Harmonies of #C3919A
Complementary color
Monochromatic Colors of #C3919A
Black with #C3919A
Text Example
Text Example
White with #C3919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3919A; }
p { color: rgb(195,145,154); }
H1.HeaderClassName
{
color: #C3919A;
}
.AnyTagClassName
{
color: #C3919A;
}
</style>
background-color css
<style>
a { background-color: #C3919A; }
a { background-color: rgb(195,145,154); }
div.DivClassName
{
background-color: #C3919A;
}
.BgClassName
{
background-color: #C3919A;
}
</style>
border-color css
<style>
span { border-color: #C3919A; }
span { border-color: rgb(195,145,154); }
td.TdClassName
{
border-color: #C3919A;
}
.TagClassName
{
border-color: #C3919A;
}
</style>