Shades of Viola #C2909A
Tints of Viola #C2909A
RGB
CMYK
RGB Variations
Color information
#C2909A (or 0xC2909A) is known color: Viola. HEX triplet: C2, 90 and 9A. RGB value is (194,144,154). Sum of RGB (Red+Green+Blue) = 194+144+154=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C2909A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2909A is #3D6F65. Grayscale: #A0A0A0. Windows color (decimal): -4026214 or 10129602. OLE color: 10129602.
HSL color Cylindrical-coordinate representation of color #C2909A: hue angle of 348º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2909A is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 154 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.24 |
| HSL | 348º | 0.29% | 0.66% | - |
| HSV(B) | 348º | 0.26% | 0.76% | - |
| XYZ | 38.05 | 33.75 | 35.08 | - |
| YUV | 160.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 154 | 0 | 0.26 | 0.21 | 0.24 | 348 | 0.29 | 0.66 |
| Hex | C2 | 90 | 9A | 0 | 1A | 15 | 18 | 15C | 1D | 42 |
| Octal | 302 | 220 | 232 | 0 | 32 | 25 | 30 | 534 | 35 | 102 |
| Binary | 11000010 | 10010000 | 10011010 | 0 | 11010 | 10101 | 11000 | 101011100 | 11101 | 1000010 |
Color Harmonies of #C2909A
Complementary color
Monochromatic Colors of #C2909A
Black with #C2909A
Text Example
Text Example
White with #C2909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2909A; }
p { color: rgb(194,144,154); }
H1.HeaderClassName
{
color: #C2909A;
}
.AnyTagClassName
{
color: #C2909A;
}
</style>
background-color css
<style>
a { background-color: #C2909A; }
a { background-color: rgb(194,144,154); }
div.DivClassName
{
background-color: #C2909A;
}
.BgClassName
{
background-color: #C2909A;
}
</style>
border-color css
<style>
span { border-color: #C2909A; }
span { border-color: rgb(194,144,154); }
td.TdClassName
{
border-color: #C2909A;
}
.TagClassName
{
border-color: #C2909A;
}
</style>