Shades of Viola #C482A4
Tints of Viola #C482A4
RGB
CMYK
RGB Variations
Color information
#C482A4 (or 0xC482A4) is known color: Viola. HEX triplet: C4, 82 and A4. RGB value is (196,130,164). Sum of RGB (Red+Green+Blue) = 196+130+164=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C482A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C482A4 is #3B7D5B. Grayscale: #999999. Windows color (decimal): -3898716 or 10781380. OLE color: 10781380.
HSL color Cylindrical-coordinate representation of color #C482A4: hue angle of 329.09º 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 #C482A4 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 164 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.23 |
| HSL | 329.09º | 0.36% | 0.64% | - |
| HSV(B) | 329.09º | 0.34% | 0.77% | - |
| XYZ | 37.45 | 30.38 | 39.01 | - |
| YUV | 153.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 164 | 0 | 0.34 | 0.16 | 0.23 | 329.09 | 0.36 | 0.64 |
| Hex | C4 | 82 | A4 | 0 | 22 | 10 | 17 | 149 | 24 | 40 |
| Octal | 304 | 202 | 244 | 0 | 42 | 20 | 27 | 511 | 44 | 100 |
| Binary | 11000100 | 10000010 | 10100100 | 0 | 100010 | 10000 | 10111 | 101001001 | 100100 | 1000000 |
Color Harmonies of #C482A4
Complementary color
Monochromatic Colors of #C482A4
Black with #C482A4
Text Example
Text Example
White with #C482A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C482A4; }
p { color: rgb(196,130,164); }
H1.HeaderClassName
{
color: #C482A4;
}
.AnyTagClassName
{
color: #C482A4;
}
</style>
background-color css
<style>
a { background-color: #C482A4; }
a { background-color: rgb(196,130,164); }
div.DivClassName
{
background-color: #C482A4;
}
.BgClassName
{
background-color: #C482A4;
}
</style>
border-color css
<style>
span { border-color: #C482A4; }
span { border-color: rgb(196,130,164); }
td.TdClassName
{
border-color: #C482A4;
}
.TagClassName
{
border-color: #C482A4;
}
</style>