Shades of Viola #C391A7
Tints of Viola #C391A7
RGB
CMYK
RGB Variations
Color information
#C391A7 (or 0xC391A7) is known color: Viola. HEX triplet: C3, 91 and A7. RGB value is (195,145,167). Sum of RGB (Red+Green+Blue) = 195+145+167=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C391A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C391A7 is #3C6E58. Grayscale: #A2A2A2. Windows color (decimal): -3960409 or 10981827. OLE color: 10981827.
HSL color Cylindrical-coordinate representation of color #C391A7: hue angle of 333.6º 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 #C391A7 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 167 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.24 |
| HSL | 333.6º | 0.29% | 0.67% | - |
| HSV(B) | 333.6º | 0.26% | 0.76% | - |
| XYZ | 39.61 | 34.64 | 41.16 | - |
| YUV | 162.46 | 130.57 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 167 | 0 | 0.26 | 0.14 | 0.24 | 333.6 | 0.29 | 0.67 |
| Hex | C3 | 91 | A7 | 0 | 1A | E | 18 | 14E | 1D | 43 |
| Octal | 303 | 221 | 247 | 0 | 32 | 16 | 30 | 516 | 35 | 103 |
| Binary | 11000011 | 10010001 | 10100111 | 0 | 11010 | 1110 | 11000 | 101001110 | 11101 | 1000011 |
Color Harmonies of #C391A7
Complementary color
Monochromatic Colors of #C391A7
Black with #C391A7
Text Example
Text Example
White with #C391A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C391A7; }
p { color: rgb(195,145,167); }
H1.HeaderClassName
{
color: #C391A7;
}
.AnyTagClassName
{
color: #C391A7;
}
</style>
background-color css
<style>
a { background-color: #C391A7; }
a { background-color: rgb(195,145,167); }
div.DivClassName
{
background-color: #C391A7;
}
.BgClassName
{
background-color: #C391A7;
}
</style>
border-color css
<style>
span { border-color: #C391A7; }
span { border-color: rgb(195,145,167); }
td.TdClassName
{
border-color: #C391A7;
}
.TagClassName
{
border-color: #C391A7;
}
</style>