Shades of Viola #C395A8
Tints of Viola #C395A8
RGB
CMYK
RGB Variations
Color information
#C395A8 (or 0xC395A8) is known color: Viola. HEX triplet: C3, 95 and A8. RGB value is (195,149,168). Sum of RGB (Red+Green+Blue) = 195+149+168=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C395A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C395A8 is #3C6A57. Grayscale: #A4A4A4. Windows color (decimal): -3959384 or 11048387. OLE color: 11048387.
HSL color Cylindrical-coordinate representation of color #C395A8: hue angle of 335.22º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C395A8 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 168 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.24 |
| HSL | 335.22º | 0.28% | 0.67% | - |
| HSV(B) | 335.22º | 0.24% | 0.76% | - |
| XYZ | 40.32 | 35.92 | 41.85 | - |
| YUV | 164.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 168 | 0 | 0.24 | 0.14 | 0.24 | 335.22 | 0.28 | 0.67 |
| Hex | C3 | 95 | A8 | 0 | 18 | E | 18 | 14F | 1C | 43 |
| Octal | 303 | 225 | 250 | 0 | 30 | 16 | 30 | 517 | 34 | 103 |
| Binary | 11000011 | 10010101 | 10101000 | 0 | 11000 | 1110 | 11000 | 101001111 | 11100 | 1000011 |
Color Harmonies of #C395A8
Complementary color
Monochromatic Colors of #C395A8
Black with #C395A8
Text Example
Text Example
White with #C395A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C395A8; }
p { color: rgb(195,149,168); }
H1.HeaderClassName
{
color: #C395A8;
}
.AnyTagClassName
{
color: #C395A8;
}
</style>
background-color css
<style>
a { background-color: #C395A8; }
a { background-color: rgb(195,149,168); }
div.DivClassName
{
background-color: #C395A8;
}
.BgClassName
{
background-color: #C395A8;
}
</style>
border-color css
<style>
span { border-color: #C395A8; }
span { border-color: rgb(195,149,168); }
td.TdClassName
{
border-color: #C395A8;
}
.TagClassName
{
border-color: #C395A8;
}
</style>