Shades of Viola #C2909D
Tints of Viola #C2909D
RGB
CMYK
RGB Variations
Color information
#C2909D (or 0xC2909D) is known color: Viola. HEX triplet: C2, 90 and 9D. RGB value is (194,144,157). Sum of RGB (Red+Green+Blue) = 194+144+157=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2909D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2909D is #3D6F62. Grayscale: #A0A0A0. Windows color (decimal): -4026211 or 10326210. OLE color: 10326210.
HSL color Cylindrical-coordinate representation of color #C2909D: hue angle of 344.4º 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 #C2909D is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 157 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.24 |
| HSL | 344.4º | 0.29% | 0.66% | - |
| HSV(B) | 344.4º | 0.26% | 0.76% | - |
| XYZ | 38.31 | 33.85 | 36.41 | - |
| YUV | 160.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 157 | 0 | 0.26 | 0.19 | 0.24 | 344.4 | 0.29 | 0.66 |
| Hex | C2 | 90 | 9D | 0 | 1A | 13 | 18 | 158 | 1D | 42 |
| Octal | 302 | 220 | 235 | 0 | 32 | 23 | 30 | 530 | 35 | 102 |
| Binary | 11000010 | 10010000 | 10011101 | 0 | 11010 | 10011 | 11000 | 101011000 | 11101 | 1000010 |
Color Harmonies of #C2909D
Complementary color
Monochromatic Colors of #C2909D
Black with #C2909D
Text Example
Text Example
White with #C2909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2909D; }
p { color: rgb(194,144,157); }
H1.HeaderClassName
{
color: #C2909D;
}
.AnyTagClassName
{
color: #C2909D;
}
</style>
background-color css
<style>
a { background-color: #C2909D; }
a { background-color: rgb(194,144,157); }
div.DivClassName
{
background-color: #C2909D;
}
.BgClassName
{
background-color: #C2909D;
}
</style>
border-color css
<style>
span { border-color: #C2909D; }
span { border-color: rgb(194,144,157); }
td.TdClassName
{
border-color: #C2909D;
}
.TagClassName
{
border-color: #C2909D;
}
</style>