Shades of Viola #C8939F
Tints of Viola #C8939F
RGB
CMYK
RGB Variations
Color information
#C8939F (or 0xC8939F) is known color: Viola. HEX triplet: C8, 93 and 9F. RGB value is (200,147,159). Sum of RGB (Red+Green+Blue) = 200+147+159=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C8939F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8939F is #376C60. Grayscale: #A4A4A4. Windows color (decimal): -3632225 or 10458056. OLE color: 10458056.
HSL color Cylindrical-coordinate representation of color #C8939F: hue angle of 346.42º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8939F is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 159 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.22 |
| HSL | 346.42º | 0.33% | 0.68% | - |
| HSV(B) | 346.42º | 0.27% | 0.78% | - |
| XYZ | 40.51 | 35.65 | 37.55 | - |
| YUV | 164.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 159 | 0 | 0.26 | 0.20 | 0.22 | 346.42 | 0.33 | 0.68 |
| Hex | C8 | 93 | 9F | 0 | 1A | 14 | 16 | 15A | 21 | 44 |
| Octal | 310 | 223 | 237 | 0 | 32 | 24 | 26 | 532 | 41 | 104 |
| Binary | 11001000 | 10010011 | 10011111 | 0 | 11010 | 10100 | 10110 | 101011010 | 100001 | 1000100 |
Color Harmonies of #C8939F
Complementary color
Monochromatic Colors of #C8939F
Black with #C8939F
Text Example
Text Example
White with #C8939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8939F; }
p { color: rgb(200,147,159); }
H1.HeaderClassName
{
color: #C8939F;
}
.AnyTagClassName
{
color: #C8939F;
}
</style>
background-color css
<style>
a { background-color: #C8939F; }
a { background-color: rgb(200,147,159); }
div.DivClassName
{
background-color: #C8939F;
}
.BgClassName
{
background-color: #C8939F;
}
</style>
border-color css
<style>
span { border-color: #C8939F; }
span { border-color: rgb(200,147,159); }
td.TdClassName
{
border-color: #C8939F;
}
.TagClassName
{
border-color: #C8939F;
}
</style>