Shades of Viola #C390A2
Tints of Viola #C390A2
RGB
CMYK
RGB Variations
Color information
#C390A2 (or 0xC390A2) is known color: Viola. HEX triplet: C3, 90 and A2. RGB value is (195,144,162). Sum of RGB (Red+Green+Blue) = 195+144+162=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C390A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C390A2 is #3C6F5D. Grayscale: #A1A1A1. Windows color (decimal): -3960670 or 10653891. OLE color: 10653891.
HSL color Cylindrical-coordinate representation of color #C390A2: hue angle of 338.82º 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 #C390A2 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 144 | 162 | - |
CMYK | 0 | 0.26 | 0.17 | 0.24 |
HSL | 338.82º | 0.3% | 0.66% | - |
HSV(B) | 338.82º | 0.26% | 0.76% | - |
XYZ | 39 | 34.16 | 38.72 | - |
YUV | 161.3 | 128.4 | 152.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 144 | 162 | 0 | 0.26 | 0.17 | 0.24 | 338.82 | 0.3 | 0.66 |
Hex | C3 | 90 | A2 | 0 | 1A | 11 | 18 | 153 | 1E | 42 |
Octal | 303 | 220 | 242 | 0 | 32 | 21 | 30 | 523 | 36 | 102 |
Binary | 11000011 | 10010000 | 10100010 | 0 | 11010 | 10001 | 11000 | 101010011 | 11110 | 1000010 |
Color Harmonies of #C390A2
Complementary color
Monochromatic Colors of #C390A2
Black with #C390A2
Text Example
Text Example
White with #C390A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C390A2; }
p { color: rgb(195,144,162); }
H1.HeaderClassName
{
color: #C390A2;
}
.AnyTagClassName
{
color: #C390A2;
}
</style>
background-color css
<style>
a { background-color: #C390A2; }
a { background-color: rgb(195,144,162); }
div.DivClassName
{
background-color: #C390A2;
}
.BgClassName
{
background-color: #C390A2;
}
</style>
border-color css
<style>
span { border-color: #C390A2; }
span { border-color: rgb(195,144,162); }
td.TdClassName
{
border-color: #C390A2;
}
.TagClassName
{
border-color: #C390A2;
}
</style>