Shades of Viola #C483A0
Tints of Viola #C483A0
RGB
CMYK
RGB Variations
Color information
#C483A0 (or 0xC483A0) is known color: Viola. HEX triplet: C4, 83 and A0. RGB value is (196,131,160). Sum of RGB (Red+Green+Blue) = 196+131+160=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C483A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C483A0 is #3B7C5F. Grayscale: #999999. Windows color (decimal): -3898464 or 10519492. OLE color: 10519492.
HSL color Cylindrical-coordinate representation of color #C483A0: hue angle of 333.23º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C483A0 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 160 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.23 |
| HSL | 333.23º | 0.36% | 0.64% | - |
| HSV(B) | 333.23º | 0.33% | 0.77% | - |
| XYZ | 37.23 | 30.51 | 37.18 | - |
| YUV | 153.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 160 | 0 | 0.33 | 0.18 | 0.23 | 333.23 | 0.36 | 0.64 |
| Hex | C4 | 83 | A0 | 0 | 21 | 12 | 17 | 14D | 24 | 40 |
| Octal | 304 | 203 | 240 | 0 | 41 | 22 | 27 | 515 | 44 | 100 |
| Binary | 11000100 | 10000011 | 10100000 | 0 | 100001 | 10010 | 10111 | 101001101 | 100100 | 1000000 |
Color Harmonies of #C483A0
Complementary color
Monochromatic Colors of #C483A0
Black with #C483A0
Text Example
Text Example
White with #C483A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C483A0; }
p { color: rgb(196,131,160); }
H1.HeaderClassName
{
color: #C483A0;
}
.AnyTagClassName
{
color: #C483A0;
}
</style>
background-color css
<style>
a { background-color: #C483A0; }
a { background-color: rgb(196,131,160); }
div.DivClassName
{
background-color: #C483A0;
}
.BgClassName
{
background-color: #C483A0;
}
</style>
border-color css
<style>
span { border-color: #C483A0; }
span { border-color: rgb(196,131,160); }
td.TdClassName
{
border-color: #C483A0;
}
.TagClassName
{
border-color: #C483A0;
}
</style>