Shades of Viola #C18FA4
Tints of Viola #C18FA4
RGB
CMYK
RGB Variations
Color information
#C18FA4 (or 0xC18FA4) is known color: Viola. HEX triplet: C1, 8F and A4. RGB value is (193,143,164). Sum of RGB (Red+Green+Blue) = 193+143+164=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18FA4 is #3E705B. Grayscale: #A0A0A0. Windows color (decimal): -4091996 or 10784705. OLE color: 10784705.
HSL color Cylindrical-coordinate representation of color #C18FA4: hue angle of 334.8º 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 #C18FA4 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 164 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.24 |
| HSL | 334.8º | 0.29% | 0.66% | - |
| HSV(B) | 334.8º | 0.26% | 0.76% | - |
| XYZ | 38.52 | 33.66 | 39.59 | - |
| YUV | 160.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 164 | 0 | 0.26 | 0.15 | 0.24 | 334.8 | 0.29 | 0.66 |
| Hex | C1 | 8F | A4 | 0 | 1A | F | 18 | 14F | 1D | 42 |
| Octal | 301 | 217 | 244 | 0 | 32 | 17 | 30 | 517 | 35 | 102 |
| Binary | 11000001 | 10001111 | 10100100 | 0 | 11010 | 1111 | 11000 | 101001111 | 11101 | 1000010 |
Color Harmonies of #C18FA4
Complementary color
Monochromatic Colors of #C18FA4
Black with #C18FA4
Text Example
Text Example
White with #C18FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FA4; }
p { color: rgb(193,143,164); }
H1.HeaderClassName
{
color: #C18FA4;
}
.AnyTagClassName
{
color: #C18FA4;
}
</style>
background-color css
<style>
a { background-color: #C18FA4; }
a { background-color: rgb(193,143,164); }
div.DivClassName
{
background-color: #C18FA4;
}
.BgClassName
{
background-color: #C18FA4;
}
</style>
border-color css
<style>
span { border-color: #C18FA4; }
span { border-color: rgb(193,143,164); }
td.TdClassName
{
border-color: #C18FA4;
}
.TagClassName
{
border-color: #C18FA4;
}
</style>