Shades of Viola #C398A3
Tints of Viola #C398A3
RGB
CMYK
RGB Variations
Color information
#C398A3 (or 0xC398A3) is known color: Viola. HEX triplet: C3, 98 and A3. RGB value is (195,152,163). Sum of RGB (Red+Green+Blue) = 195+152+163=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C398A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C398A3 is #3C675C. Grayscale: #A6A6A6. Windows color (decimal): -3958621 or 10721475. OLE color: 10721475.
HSL color Cylindrical-coordinate representation of color #C398A3: hue angle of 344.65º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C398A3 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 163 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.24 |
| HSL | 344.65º | 0.26% | 0.68% | - |
| HSV(B) | 344.65º | 0.22% | 0.76% | - |
| XYZ | 40.34 | 36.7 | 39.61 | - |
| YUV | 166.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 163 | 0 | 0.22 | 0.16 | 0.24 | 344.65 | 0.26 | 0.68 |
| Hex | C3 | 98 | A3 | 0 | 16 | 10 | 18 | 159 | 1A | 44 |
| Octal | 303 | 230 | 243 | 0 | 26 | 20 | 30 | 531 | 32 | 104 |
| Binary | 11000011 | 10011000 | 10100011 | 0 | 10110 | 10000 | 11000 | 101011001 | 11010 | 1000100 |
Color Harmonies of #C398A3
Complementary color
Monochromatic Colors of #C398A3
Black with #C398A3
Text Example
Text Example
White with #C398A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C398A3; }
p { color: rgb(195,152,163); }
H1.HeaderClassName
{
color: #C398A3;
}
.AnyTagClassName
{
color: #C398A3;
}
</style>
background-color css
<style>
a { background-color: #C398A3; }
a { background-color: rgb(195,152,163); }
div.DivClassName
{
background-color: #C398A3;
}
.BgClassName
{
background-color: #C398A3;
}
</style>
border-color css
<style>
span { border-color: #C398A3; }
span { border-color: rgb(195,152,163); }
td.TdClassName
{
border-color: #C398A3;
}
.TagClassName
{
border-color: #C398A3;
}
</style>