Shades of Viola #C481A3
Tints of Viola #C481A3
RGB
CMYK
RGB Variations
Color information
#C481A3 (or 0xC481A3) is known color: Viola. HEX triplet: C4, 81 and A3. RGB value is (196,129,163). Sum of RGB (Red+Green+Blue) = 196+129+163=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C481A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C481A3 is #3B7E5C. Grayscale: #989898. Windows color (decimal): -3898973 or 10715588. OLE color: 10715588.
HSL color Cylindrical-coordinate representation of color #C481A3: hue angle of 329.55º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C481A3 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 163 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.23 |
| HSL | 329.55º | 0.36% | 0.64% | - |
| HSV(B) | 329.55º | 0.34% | 0.77% | - |
| XYZ | 37.23 | 30.08 | 38.49 | - |
| YUV | 152.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 163 | 0 | 0.34 | 0.17 | 0.23 | 329.55 | 0.36 | 0.64 |
| Hex | C4 | 81 | A3 | 0 | 22 | 11 | 17 | 14A | 24 | 40 |
| Octal | 304 | 201 | 243 | 0 | 42 | 21 | 27 | 512 | 44 | 100 |
| Binary | 11000100 | 10000001 | 10100011 | 0 | 100010 | 10001 | 10111 | 101001010 | 100100 | 1000000 |
Color Harmonies of #C481A3
Complementary color
Monochromatic Colors of #C481A3
Black with #C481A3
Text Example
Text Example
White with #C481A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C481A3; }
p { color: rgb(196,129,163); }
H1.HeaderClassName
{
color: #C481A3;
}
.AnyTagClassName
{
color: #C481A3;
}
</style>
background-color css
<style>
a { background-color: #C481A3; }
a { background-color: rgb(196,129,163); }
div.DivClassName
{
background-color: #C481A3;
}
.BgClassName
{
background-color: #C481A3;
}
</style>
border-color css
<style>
span { border-color: #C481A3; }
span { border-color: rgb(196,129,163); }
td.TdClassName
{
border-color: #C481A3;
}
.TagClassName
{
border-color: #C481A3;
}
</style>