Shades of Viola #C390A3
Tints of Viola #C390A3
RGB
CMYK
RGB Variations
Color information
#C390A3 (or 0xC390A3) is known color: Viola. HEX triplet: C3, 90 and A3. RGB value is (195,144,163). Sum of RGB (Red+Green+Blue) = 195+144+163=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C390A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C390A3 is #3C6F5C. Grayscale: #A1A1A1. Windows color (decimal): -3960669 or 10719427. OLE color: 10719427.
HSL color Cylindrical-coordinate representation of color #C390A3: hue angle of 337.65º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C390A3 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 163 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.24 |
| HSL | 337.65º | 0.3% | 0.66% | - |
| HSV(B) | 337.65º | 0.26% | 0.76% | - |
| XYZ | 39.09 | 34.19 | 39.19 | - |
| YUV | 161.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 163 | 0 | 0.26 | 0.16 | 0.24 | 337.65 | 0.3 | 0.66 |
| Hex | C3 | 90 | A3 | 0 | 1A | 10 | 18 | 152 | 1E | 42 |
| Octal | 303 | 220 | 243 | 0 | 32 | 20 | 30 | 522 | 36 | 102 |
| Binary | 11000011 | 10010000 | 10100011 | 0 | 11010 | 10000 | 11000 | 101010010 | 11110 | 1000010 |
Color Harmonies of #C390A3
Complementary color
Monochromatic Colors of #C390A3
Black with #C390A3
Text Example
Text Example
White with #C390A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C390A3; }
p { color: rgb(195,144,163); }
H1.HeaderClassName
{
color: #C390A3;
}
.AnyTagClassName
{
color: #C390A3;
}
</style>
background-color css
<style>
a { background-color: #C390A3; }
a { background-color: rgb(195,144,163); }
div.DivClassName
{
background-color: #C390A3;
}
.BgClassName
{
background-color: #C390A3;
}
</style>
border-color css
<style>
span { border-color: #C390A3; }
span { border-color: rgb(195,144,163); }
td.TdClassName
{
border-color: #C390A3;
}
.TagClassName
{
border-color: #C390A3;
}
</style>