Shades of Viola #C582A8
Tints of Viola #C582A8
RGB
CMYK
RGB Variations
Color information
#C582A8 (or 0xC582A8) is known color: Viola. HEX triplet: C5, 82 and A8. RGB value is (197,130,168). Sum of RGB (Red+Green+Blue) = 197+130+168=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C582A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C582A8 is #3A7D57. Grayscale: #9A9A9A. Windows color (decimal): -3833176 or 11043525. OLE color: 11043525.
HSL color Cylindrical-coordinate representation of color #C582A8: hue angle of 325.97º degrees, saturation: 0.37, 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 #C582A8 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 168 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.23 |
| HSL | 325.97º | 0.37% | 0.64% | - |
| HSV(B) | 325.97º | 0.34% | 0.77% | - |
| XYZ | 38.08 | 30.66 | 40.96 | - |
| YUV | 154.37 | 135.7 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 168 | 0 | 0.34 | 0.15 | 0.23 | 325.97 | 0.37 | 0.64 |
| Hex | C5 | 82 | A8 | 0 | 22 | F | 17 | 146 | 25 | 40 |
| Octal | 305 | 202 | 250 | 0 | 42 | 17 | 27 | 506 | 45 | 100 |
| Binary | 11000101 | 10000010 | 10101000 | 0 | 100010 | 1111 | 10111 | 101000110 | 100101 | 1000000 |
Color Harmonies of #C582A8
Complementary color
Monochromatic Colors of #C582A8
Black with #C582A8
Text Example
Text Example
White with #C582A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C582A8; }
p { color: rgb(197,130,168); }
H1.HeaderClassName
{
color: #C582A8;
}
.AnyTagClassName
{
color: #C582A8;
}
</style>
background-color css
<style>
a { background-color: #C582A8; }
a { background-color: rgb(197,130,168); }
div.DivClassName
{
background-color: #C582A8;
}
.BgClassName
{
background-color: #C582A8;
}
</style>
border-color css
<style>
span { border-color: #C582A8; }
span { border-color: rgb(197,130,168); }
td.TdClassName
{
border-color: #C582A8;
}
.TagClassName
{
border-color: #C582A8;
}
</style>