Shades of Viola #C58CA8
Tints of Viola #C58CA8
RGB
CMYK
RGB Variations
Color information
#C58CA8 (or 0xC58CA8) is known color: Viola. HEX triplet: C5, 8C and A8. RGB value is (197,140,168). Sum of RGB (Red+Green+Blue) = 197+140+168=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C58CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58CA8 is #3A7357. Grayscale: #A0A0A0. Windows color (decimal): -3830616 or 11046085. OLE color: 11046085.
HSL color Cylindrical-coordinate representation of color #C58CA8: hue angle of 330.53º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58CA8 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 168 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.23 |
| HSL | 330.53º | 0.33% | 0.66% | - |
| HSV(B) | 330.53º | 0.29% | 0.77% | - |
| XYZ | 39.47 | 33.45 | 41.42 | - |
| YUV | 160.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 168 | 0 | 0.29 | 0.15 | 0.23 | 330.53 | 0.33 | 0.66 |
| Hex | C5 | 8C | A8 | 0 | 1D | F | 17 | 14B | 21 | 42 |
| Octal | 305 | 214 | 250 | 0 | 35 | 17 | 27 | 513 | 41 | 102 |
| Binary | 11000101 | 10001100 | 10101000 | 0 | 11101 | 1111 | 10111 | 101001011 | 100001 | 1000010 |
Color Harmonies of #C58CA8
Complementary color
Monochromatic Colors of #C58CA8
Black with #C58CA8
Text Example
Text Example
White with #C58CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58CA8; }
p { color: rgb(197,140,168); }
H1.HeaderClassName
{
color: #C58CA8;
}
.AnyTagClassName
{
color: #C58CA8;
}
</style>
background-color css
<style>
a { background-color: #C58CA8; }
a { background-color: rgb(197,140,168); }
div.DivClassName
{
background-color: #C58CA8;
}
.BgClassName
{
background-color: #C58CA8;
}
</style>
border-color css
<style>
span { border-color: #C58CA8; }
span { border-color: rgb(197,140,168); }
td.TdClassName
{
border-color: #C58CA8;
}
.TagClassName
{
border-color: #C58CA8;
}
</style>