Shades of Viola #C388A2
Tints of Viola #C388A2
RGB
CMYK
RGB Variations
Color information
#C388A2 (or 0xC388A2) is known color: Viola. HEX triplet: C3, 88 and A2. RGB value is (195,136,162). Sum of RGB (Red+Green+Blue) = 195+136+162=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C388A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C388A2 is #3C775D. Grayscale: #9C9C9C. Windows color (decimal): -3962718 or 10651843. OLE color: 10651843.
HSL color Cylindrical-coordinate representation of color #C388A2: hue angle of 333.56º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C388A2 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 162 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.24 |
| HSL | 333.56º | 0.33% | 0.65% | - |
| HSV(B) | 333.56º | 0.3% | 0.76% | - |
| XYZ | 37.83 | 31.82 | 38.33 | - |
| YUV | 156.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 162 | 0 | 0.30 | 0.17 | 0.24 | 333.56 | 0.33 | 0.65 |
| Hex | C3 | 88 | A2 | 0 | 1E | 11 | 18 | 14E | 21 | 41 |
| Octal | 303 | 210 | 242 | 0 | 36 | 21 | 30 | 516 | 41 | 101 |
| Binary | 11000011 | 10001000 | 10100010 | 0 | 11110 | 10001 | 11000 | 101001110 | 100001 | 1000001 |
Color Harmonies of #C388A2
Complementary color
Monochromatic Colors of #C388A2
Black with #C388A2
Text Example
Text Example
White with #C388A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C388A2; }
p { color: rgb(195,136,162); }
H1.HeaderClassName
{
color: #C388A2;
}
.AnyTagClassName
{
color: #C388A2;
}
</style>
background-color css
<style>
a { background-color: #C388A2; }
a { background-color: rgb(195,136,162); }
div.DivClassName
{
background-color: #C388A2;
}
.BgClassName
{
background-color: #C388A2;
}
</style>
border-color css
<style>
span { border-color: #C388A2; }
span { border-color: rgb(195,136,162); }
td.TdClassName
{
border-color: #C388A2;
}
.TagClassName
{
border-color: #C388A2;
}
</style>