Shades of Viola #C394A0
Tints of Viola #C394A0
RGB
CMYK
RGB Variations
Color information
#C394A0 (or 0xC394A0) is known color: Viola. HEX triplet: C3, 94 and A0. RGB value is (195,148,160). Sum of RGB (Red+Green+Blue) = 195+148+160=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C394A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C394A0 is #3C6B5F. Grayscale: #A3A3A3. Windows color (decimal): -3959648 or 10523843. OLE color: 10523843.
HSL color Cylindrical-coordinate representation of color #C394A0: hue angle of 344.68º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C394A0 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 160 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.24 |
| HSL | 344.68º | 0.28% | 0.67% | - |
| HSV(B) | 344.68º | 0.24% | 0.76% | - |
| XYZ | 39.44 | 35.32 | 38 | - |
| YUV | 163.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 160 | 0 | 0.24 | 0.18 | 0.24 | 344.68 | 0.28 | 0.67 |
| Hex | C3 | 94 | A0 | 0 | 18 | 12 | 18 | 159 | 1C | 43 |
| Octal | 303 | 224 | 240 | 0 | 30 | 22 | 30 | 531 | 34 | 103 |
| Binary | 11000011 | 10010100 | 10100000 | 0 | 11000 | 10010 | 11000 | 101011001 | 11100 | 1000011 |
Color Harmonies of #C394A0
Complementary color
Monochromatic Colors of #C394A0
Black with #C394A0
Text Example
Text Example
White with #C394A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C394A0; }
p { color: rgb(195,148,160); }
H1.HeaderClassName
{
color: #C394A0;
}
.AnyTagClassName
{
color: #C394A0;
}
</style>
background-color css
<style>
a { background-color: #C394A0; }
a { background-color: rgb(195,148,160); }
div.DivClassName
{
background-color: #C394A0;
}
.BgClassName
{
background-color: #C394A0;
}
</style>
border-color css
<style>
span { border-color: #C394A0; }
span { border-color: rgb(195,148,160); }
td.TdClassName
{
border-color: #C394A0;
}
.TagClassName
{
border-color: #C394A0;
}
</style>