Shades of Viola #C8949F
Tints of Viola #C8949F
RGB
CMYK
RGB Variations
Color information
#C8949F (or 0xC8949F) is known color: Viola. HEX triplet: C8, 94 and 9F. RGB value is (200,148,159). Sum of RGB (Red+Green+Blue) = 200+148+159=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8949F is #376B60. Grayscale: #A4A4A4. Windows color (decimal): -3631969 or 10458312. OLE color: 10458312.
HSL color Cylindrical-coordinate representation of color #C8949F: hue angle of 347.31º degrees, saturation: 0.32, 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 #C8949F is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 159 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.22 |
| HSL | 347.31º | 0.32% | 0.68% | - |
| HSV(B) | 347.31º | 0.26% | 0.78% | - |
| XYZ | 40.67 | 35.96 | 37.6 | - |
| YUV | 164.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 159 | 0 | 0.26 | 0.20 | 0.22 | 347.31 | 0.32 | 0.68 |
| Hex | C8 | 94 | 9F | 0 | 1A | 14 | 16 | 15B | 20 | 44 |
| Octal | 310 | 224 | 237 | 0 | 32 | 24 | 26 | 533 | 40 | 104 |
| Binary | 11001000 | 10010100 | 10011111 | 0 | 11010 | 10100 | 10110 | 101011011 | 100000 | 1000100 |
Color Harmonies of #C8949F
Complementary color
Monochromatic Colors of #C8949F
Black with #C8949F
Text Example
Text Example
White with #C8949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8949F; }
p { color: rgb(200,148,159); }
H1.HeaderClassName
{
color: #C8949F;
}
.AnyTagClassName
{
color: #C8949F;
}
</style>
background-color css
<style>
a { background-color: #C8949F; }
a { background-color: rgb(200,148,159); }
div.DivClassName
{
background-color: #C8949F;
}
.BgClassName
{
background-color: #C8949F;
}
</style>
border-color css
<style>
span { border-color: #C8949F; }
span { border-color: rgb(200,148,159); }
td.TdClassName
{
border-color: #C8949F;
}
.TagClassName
{
border-color: #C8949F;
}
</style>