Shades of Viola #C58F99
Tints of Viola #C58F99
RGB
CMYK
RGB Variations
Color information
#C58F99 (or 0xC58F99) is known color: Viola. HEX triplet: C5, 8F and 99. RGB value is (197,143,153). Sum of RGB (Red+Green+Blue) = 197+143+153=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58F99 is #3A7066. Grayscale: #A0A0A0. Windows color (decimal): -3829863 or 10063813. OLE color: 10063813.
HSL color Cylindrical-coordinate representation of color #C58F99: hue angle of 348.89º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C58F99 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 143 | 153 | - |
CMYK | 0 | 0.27 | 0.22 | 0.23 |
HSL | 348.89º | 0.32% | 0.67% | - |
HSV(B) | 348.89º | 0.27% | 0.77% | - |
XYZ | 38.6 | 33.82 | 34.63 | - |
YUV | 160.29 | 123.89 | 154.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 143 | 153 | 0 | 0.27 | 0.22 | 0.23 | 348.89 | 0.32 | 0.67 |
Hex | C5 | 8F | 99 | 0 | 1B | 16 | 17 | 15D | 20 | 43 |
Octal | 305 | 217 | 231 | 0 | 33 | 26 | 27 | 535 | 40 | 103 |
Binary | 11000101 | 10001111 | 10011001 | 0 | 11011 | 10110 | 10111 | 101011101 | 100000 | 1000011 |
Color Harmonies of #C58F99
Complementary color
Monochromatic Colors of #C58F99
Black with #C58F99
Text Example
Text Example
White with #C58F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F99; }
p { color: rgb(197,143,153); }
H1.HeaderClassName
{
color: #C58F99;
}
.AnyTagClassName
{
color: #C58F99;
}
</style>
background-color css
<style>
a { background-color: #C58F99; }
a { background-color: rgb(197,143,153); }
div.DivClassName
{
background-color: #C58F99;
}
.BgClassName
{
background-color: #C58F99;
}
</style>
border-color css
<style>
span { border-color: #C58F99; }
span { border-color: rgb(197,143,153); }
td.TdClassName
{
border-color: #C58F99;
}
.TagClassName
{
border-color: #C58F99;
}
</style>