Shades of Viola #C393A8
Tints of Viola #C393A8
RGB
CMYK
RGB Variations
Color information
#C393A8 (or 0xC393A8) is known color: Viola. HEX triplet: C3, 93 and A8. RGB value is (195,147,168). Sum of RGB (Red+Green+Blue) = 195+147+168=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C393A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C393A8 is #3C6C57. Grayscale: #A3A3A3. Windows color (decimal): -3959896 or 11047875. OLE color: 11047875.
HSL color Cylindrical-coordinate representation of color #C393A8: hue angle of 333.75º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C393A8 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 168 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.24 |
| HSL | 333.75º | 0.29% | 0.67% | - |
| HSV(B) | 333.75º | 0.25% | 0.76% | - |
| XYZ | 40.01 | 35.3 | 41.75 | - |
| YUV | 163.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 168 | 0 | 0.25 | 0.14 | 0.24 | 333.75 | 0.29 | 0.67 |
| Hex | C3 | 93 | A8 | 0 | 19 | E | 18 | 14E | 1D | 43 |
| Octal | 303 | 223 | 250 | 0 | 31 | 16 | 30 | 516 | 35 | 103 |
| Binary | 11000011 | 10010011 | 10101000 | 0 | 11001 | 1110 | 11000 | 101001110 | 11101 | 1000011 |
Color Harmonies of #C393A8
Complementary color
Monochromatic Colors of #C393A8
Black with #C393A8
Text Example
Text Example
White with #C393A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C393A8; }
p { color: rgb(195,147,168); }
H1.HeaderClassName
{
color: #C393A8;
}
.AnyTagClassName
{
color: #C393A8;
}
</style>
background-color css
<style>
a { background-color: #C393A8; }
a { background-color: rgb(195,147,168); }
div.DivClassName
{
background-color: #C393A8;
}
.BgClassName
{
background-color: #C393A8;
}
</style>
border-color css
<style>
span { border-color: #C393A8; }
span { border-color: rgb(195,147,168); }
td.TdClassName
{
border-color: #C393A8;
}
.TagClassName
{
border-color: #C393A8;
}
</style>