Shades of Viola #C391A5
Tints of Viola #C391A5
RGB
CMYK
RGB Variations
Color information
#C391A5 (or 0xC391A5) is known color: Viola. HEX triplet: C3, 91 and A5. RGB value is (195,145,165). Sum of RGB (Red+Green+Blue) = 195+145+165=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C391A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C391A5 is #3C6E5A. Grayscale: #A2A2A2. Windows color (decimal): -3960411 or 10850755. OLE color: 10850755.
HSL color Cylindrical-coordinate representation of color #C391A5: hue angle of 336º 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 #C391A5 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 165 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.24 |
| HSL | 336º | 0.29% | 0.67% | - |
| HSV(B) | 336º | 0.26% | 0.76% | - |
| XYZ | 39.42 | 34.57 | 40.19 | - |
| YUV | 162.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 165 | 0 | 0.26 | 0.15 | 0.24 | 336 | 0.29 | 0.67 |
| Hex | C3 | 91 | A5 | 0 | 1A | F | 18 | 150 | 1D | 43 |
| Octal | 303 | 221 | 245 | 0 | 32 | 17 | 30 | 520 | 35 | 103 |
| Binary | 11000011 | 10010001 | 10100101 | 0 | 11010 | 1111 | 11000 | 101010000 | 11101 | 1000011 |
Color Harmonies of #C391A5
Complementary color
Monochromatic Colors of #C391A5
Black with #C391A5
Text Example
Text Example
White with #C391A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C391A5; }
p { color: rgb(195,145,165); }
H1.HeaderClassName
{
color: #C391A5;
}
.AnyTagClassName
{
color: #C391A5;
}
</style>
background-color css
<style>
a { background-color: #C391A5; }
a { background-color: rgb(195,145,165); }
div.DivClassName
{
background-color: #C391A5;
}
.BgClassName
{
background-color: #C391A5;
}
</style>
border-color css
<style>
span { border-color: #C391A5; }
span { border-color: rgb(195,145,165); }
td.TdClassName
{
border-color: #C391A5;
}
.TagClassName
{
border-color: #C391A5;
}
</style>