Shades of Viola #C7949F
Tints of Viola #C7949F
RGB
CMYK
RGB Variations
Color information
#C7949F (or 0xC7949F) is known color: Viola. HEX triplet: C7, 94 and 9F. RGB value is (199,148,159). Sum of RGB (Red+Green+Blue) = 199+148+159=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7949F is #386B60. Grayscale: #A4A4A4. Windows color (decimal): -3697505 or 10458311. OLE color: 10458311.
HSL color Cylindrical-coordinate representation of color #C7949F: hue angle of 347.06º degrees, saturation: 0.31, 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 #C7949F is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 159 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.22 |
| HSL | 347.06º | 0.31% | 0.68% | - |
| HSV(B) | 347.06º | 0.26% | 0.78% | - |
| XYZ | 40.4 | 35.83 | 37.59 | - |
| YUV | 164.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 159 | 0 | 0.26 | 0.20 | 0.22 | 347.06 | 0.31 | 0.68 |
| Hex | C7 | 94 | 9F | 0 | 1A | 14 | 16 | 15B | 1F | 44 |
| Octal | 307 | 224 | 237 | 0 | 32 | 24 | 26 | 533 | 37 | 104 |
| Binary | 11000111 | 10010100 | 10011111 | 0 | 11010 | 10100 | 10110 | 101011011 | 11111 | 1000100 |
Color Harmonies of #C7949F
Complementary color
Monochromatic Colors of #C7949F
Black with #C7949F
Text Example
Text Example
White with #C7949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7949F; }
p { color: rgb(199,148,159); }
H1.HeaderClassName
{
color: #C7949F;
}
.AnyTagClassName
{
color: #C7949F;
}
</style>
background-color css
<style>
a { background-color: #C7949F; }
a { background-color: rgb(199,148,159); }
div.DivClassName
{
background-color: #C7949F;
}
.BgClassName
{
background-color: #C7949F;
}
</style>
border-color css
<style>
span { border-color: #C7949F; }
span { border-color: rgb(199,148,159); }
td.TdClassName
{
border-color: #C7949F;
}
.TagClassName
{
border-color: #C7949F;
}
</style>