Shades of Viola #C58CA7
Tints of Viola #C58CA7
RGB
CMYK
RGB Variations
Color information
#C58CA7 (or 0xC58CA7) is known color: Viola. HEX triplet: C5, 8C and A7. RGB value is (197,140,167). Sum of RGB (Red+Green+Blue) = 197+140+167=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C58CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58CA7 is #3A7358. Grayscale: #A0A0A0. Windows color (decimal): -3830617 or 10980549. OLE color: 10980549.
HSL color Cylindrical-coordinate representation of color #C58CA7: hue angle of 331.58º 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 #C58CA7 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 167 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.23 |
| HSL | 331.58º | 0.33% | 0.66% | - |
| HSV(B) | 331.58º | 0.29% | 0.77% | - |
| XYZ | 39.38 | 33.42 | 40.93 | - |
| YUV | 160.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 167 | 0 | 0.29 | 0.15 | 0.23 | 331.58 | 0.33 | 0.66 |
| Hex | C5 | 8C | A7 | 0 | 1D | F | 17 | 14C | 21 | 42 |
| Octal | 305 | 214 | 247 | 0 | 35 | 17 | 27 | 514 | 41 | 102 |
| Binary | 11000101 | 10001100 | 10100111 | 0 | 11101 | 1111 | 10111 | 101001100 | 100001 | 1000010 |
Color Harmonies of #C58CA7
Complementary color
Monochromatic Colors of #C58CA7
Black with #C58CA7
Text Example
Text Example
White with #C58CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58CA7; }
p { color: rgb(197,140,167); }
H1.HeaderClassName
{
color: #C58CA7;
}
.AnyTagClassName
{
color: #C58CA7;
}
</style>
background-color css
<style>
a { background-color: #C58CA7; }
a { background-color: rgb(197,140,167); }
div.DivClassName
{
background-color: #C58CA7;
}
.BgClassName
{
background-color: #C58CA7;
}
</style>
border-color css
<style>
span { border-color: #C58CA7; }
span { border-color: rgb(197,140,167); }
td.TdClassName
{
border-color: #C58CA7;
}
.TagClassName
{
border-color: #C58CA7;
}
</style>