Shades of Viola #C3919C
Tints of Viola #C3919C
RGB
CMYK
RGB Variations
Color information
#C3919C (or 0xC3919C) is known color: Viola. HEX triplet: C3, 91 and 9C. RGB value is (195,145,156). Sum of RGB (Red+Green+Blue) = 195+145+156=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C3919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3919C is #3C6E63. Grayscale: #A1A1A1. Windows color (decimal): -3960420 or 10260931. OLE color: 10260931.
HSL color Cylindrical-coordinate representation of color #C3919C: hue angle of 346.8º 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 #C3919C is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 156 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.24 |
| HSL | 346.8º | 0.29% | 0.67% | - |
| HSV(B) | 346.8º | 0.26% | 0.76% | - |
| XYZ | 38.63 | 34.25 | 36.03 | - |
| YUV | 161.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 156 | 0 | 0.26 | 0.20 | 0.24 | 346.8 | 0.29 | 0.67 |
| Hex | C3 | 91 | 9C | 0 | 1A | 14 | 18 | 15B | 1D | 43 |
| Octal | 303 | 221 | 234 | 0 | 32 | 24 | 30 | 533 | 35 | 103 |
| Binary | 11000011 | 10010001 | 10011100 | 0 | 11010 | 10100 | 11000 | 101011011 | 11101 | 1000011 |
Color Harmonies of #C3919C
Complementary color
Monochromatic Colors of #C3919C
Black with #C3919C
Text Example
Text Example
White with #C3919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3919C; }
p { color: rgb(195,145,156); }
H1.HeaderClassName
{
color: #C3919C;
}
.AnyTagClassName
{
color: #C3919C;
}
</style>
background-color css
<style>
a { background-color: #C3919C; }
a { background-color: rgb(195,145,156); }
div.DivClassName
{
background-color: #C3919C;
}
.BgClassName
{
background-color: #C3919C;
}
</style>
border-color css
<style>
span { border-color: #C3919C; }
span { border-color: rgb(195,145,156); }
td.TdClassName
{
border-color: #C3919C;
}
.TagClassName
{
border-color: #C3919C;
}
</style>