Shades of Viola #C393A0
Tints of Viola #C393A0
RGB
CMYK
RGB Variations
Color information
#C393A0 (or 0xC393A0) is known color: Viola. HEX triplet: C3, 93 and A0. RGB value is (195,147,160). Sum of RGB (Red+Green+Blue) = 195+147+160=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C393A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C393A0 is #3C6C5F. Grayscale: #A2A2A2. Windows color (decimal): -3959904 or 10523587. OLE color: 10523587.
HSL color Cylindrical-coordinate representation of color #C393A0: hue angle of 343.75º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C393A0 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 160 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.24 |
| HSL | 343.75º | 0.29% | 0.67% | - |
| HSV(B) | 343.75º | 0.25% | 0.76% | - |
| XYZ | 39.28 | 35.01 | 37.94 | - |
| YUV | 162.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 160 | 0 | 0.25 | 0.18 | 0.24 | 343.75 | 0.29 | 0.67 |
| Hex | C3 | 93 | A0 | 0 | 19 | 12 | 18 | 158 | 1D | 43 |
| Octal | 303 | 223 | 240 | 0 | 31 | 22 | 30 | 530 | 35 | 103 |
| Binary | 11000011 | 10010011 | 10100000 | 0 | 11001 | 10010 | 11000 | 101011000 | 11101 | 1000011 |
Color Harmonies of #C393A0
Complementary color
Monochromatic Colors of #C393A0
Black with #C393A0
Text Example
Text Example
White with #C393A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C393A0; }
p { color: rgb(195,147,160); }
H1.HeaderClassName
{
color: #C393A0;
}
.AnyTagClassName
{
color: #C393A0;
}
</style>
background-color css
<style>
a { background-color: #C393A0; }
a { background-color: rgb(195,147,160); }
div.DivClassName
{
background-color: #C393A0;
}
.BgClassName
{
background-color: #C393A0;
}
</style>
border-color css
<style>
span { border-color: #C393A0; }
span { border-color: rgb(195,147,160); }
td.TdClassName
{
border-color: #C393A0;
}
.TagClassName
{
border-color: #C393A0;
}
</style>