Shades of Viola #C2949F
Tints of Viola #C2949F
RGB
CMYK
RGB Variations
Color information
#C2949F (or 0xC2949F) is known color: Viola. HEX triplet: C2, 94 and 9F. RGB value is (194,148,159). Sum of RGB (Red+Green+Blue) = 194+148+159=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2949F is #3D6B60. Grayscale: #A3A3A3. Windows color (decimal): -4025185 or 10458306. OLE color: 10458306.
HSL color Cylindrical-coordinate representation of color #C2949F: hue angle of 345.65º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2949F is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 159 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.24 |
| HSL | 345.65º | 0.27% | 0.67% | - |
| HSV(B) | 345.65º | 0.24% | 0.76% | - |
| XYZ | 39.1 | 35.15 | 37.53 | - |
| YUV | 163.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 159 | 0 | 0.24 | 0.18 | 0.24 | 345.65 | 0.27 | 0.67 |
| Hex | C2 | 94 | 9F | 0 | 18 | 12 | 18 | 15A | 1B | 43 |
| Octal | 302 | 224 | 237 | 0 | 30 | 22 | 30 | 532 | 33 | 103 |
| Binary | 11000010 | 10010100 | 10011111 | 0 | 11000 | 10010 | 11000 | 101011010 | 11011 | 1000011 |
Color Harmonies of #C2949F
Complementary color
Monochromatic Colors of #C2949F
Black with #C2949F
Text Example
Text Example
White with #C2949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2949F; }
p { color: rgb(194,148,159); }
H1.HeaderClassName
{
color: #C2949F;
}
.AnyTagClassName
{
color: #C2949F;
}
</style>
background-color css
<style>
a { background-color: #C2949F; }
a { background-color: rgb(194,148,159); }
div.DivClassName
{
background-color: #C2949F;
}
.BgClassName
{
background-color: #C2949F;
}
</style>
border-color css
<style>
span { border-color: #C2949F; }
span { border-color: rgb(194,148,159); }
td.TdClassName
{
border-color: #C2949F;
}
.TagClassName
{
border-color: #C2949F;
}
</style>