Shades of Viola #C18F9D
Tints of Viola #C18F9D
RGB
CMYK
RGB Variations
Color information
#C18F9D (or 0xC18F9D) is known color: Viola. HEX triplet: C1, 8F and 9D. RGB value is (193,143,157). Sum of RGB (Red+Green+Blue) = 193+143+157=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18F9D is #3E7062. Grayscale: #9F9F9F. Windows color (decimal): -4092003 or 10325953. OLE color: 10325953.
HSL color Cylindrical-coordinate representation of color #C18F9D: hue angle of 343.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18F9D is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 157 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.24 |
| HSL | 343.2º | 0.29% | 0.66% | - |
| HSV(B) | 343.2º | 0.26% | 0.76% | - |
| XYZ | 37.9 | 33.42 | 36.35 | - |
| YUV | 159.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 157 | 0 | 0.26 | 0.19 | 0.24 | 343.2 | 0.29 | 0.66 |
| Hex | C1 | 8F | 9D | 0 | 1A | 13 | 18 | 157 | 1D | 42 |
| Octal | 301 | 217 | 235 | 0 | 32 | 23 | 30 | 527 | 35 | 102 |
| Binary | 11000001 | 10001111 | 10011101 | 0 | 11010 | 10011 | 11000 | 101010111 | 11101 | 1000010 |
Color Harmonies of #C18F9D
Complementary color
Monochromatic Colors of #C18F9D
Black with #C18F9D
Text Example
Text Example
White with #C18F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F9D; }
p { color: rgb(193,143,157); }
H1.HeaderClassName
{
color: #C18F9D;
}
.AnyTagClassName
{
color: #C18F9D;
}
</style>
background-color css
<style>
a { background-color: #C18F9D; }
a { background-color: rgb(193,143,157); }
div.DivClassName
{
background-color: #C18F9D;
}
.BgClassName
{
background-color: #C18F9D;
}
</style>
border-color css
<style>
span { border-color: #C18F9D; }
span { border-color: rgb(193,143,157); }
td.TdClassName
{
border-color: #C18F9D;
}
.TagClassName
{
border-color: #C18F9D;
}
</style>