Shades of Viola #C2939A
Tints of Viola #C2939A
RGB
CMYK
RGB Variations
Color information
#C2939A (or 0xC2939A) is known color: Viola. HEX triplet: C2, 93 and 9A. RGB value is (194,147,154). Sum of RGB (Red+Green+Blue) = 194+147+154=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2939A is #3D6C65. Grayscale: #A1A1A1. Windows color (decimal): -4025446 or 10130370. OLE color: 10130370.
HSL color Cylindrical-coordinate representation of color #C2939A: hue angle of 351.06º degrees, saturation: 0.28, 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 #C2939A is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 154 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.24 |
| HSL | 351.06º | 0.28% | 0.67% | - |
| HSV(B) | 351.06º | 0.24% | 0.76% | - |
| XYZ | 38.51 | 34.67 | 35.23 | - |
| YUV | 161.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 154 | 0 | 0.24 | 0.21 | 0.24 | 351.06 | 0.28 | 0.67 |
| Hex | C2 | 93 | 9A | 0 | 18 | 15 | 18 | 15F | 1C | 43 |
| Octal | 302 | 223 | 232 | 0 | 30 | 25 | 30 | 537 | 34 | 103 |
| Binary | 11000010 | 10010011 | 10011010 | 0 | 11000 | 10101 | 11000 | 101011111 | 11100 | 1000011 |
Color Harmonies of #C2939A
Complementary color
Monochromatic Colors of #C2939A
Black with #C2939A
Text Example
Text Example
White with #C2939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2939A; }
p { color: rgb(194,147,154); }
H1.HeaderClassName
{
color: #C2939A;
}
.AnyTagClassName
{
color: #C2939A;
}
</style>
background-color css
<style>
a { background-color: #C2939A; }
a { background-color: rgb(194,147,154); }
div.DivClassName
{
background-color: #C2939A;
}
.BgClassName
{
background-color: #C2939A;
}
</style>
border-color css
<style>
span { border-color: #C2939A; }
span { border-color: rgb(194,147,154); }
td.TdClassName
{
border-color: #C2939A;
}
.TagClassName
{
border-color: #C2939A;
}
</style>