Shades of Viola #C2969F
Tints of Viola #C2969F
RGB
CMYK
RGB Variations
Color information
#C2969F (or 0xC2969F) is known color: Viola. HEX triplet: C2, 96 and 9F. RGB value is (194,150,159). Sum of RGB (Red+Green+Blue) = 194+150+159=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2969F is #3D6960. Grayscale: #A4A4A4. Windows color (decimal): -4024673 or 10458818. OLE color: 10458818.
HSL color Cylindrical-coordinate representation of color #C2969F: hue angle of 347.73º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2969F is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 159 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.24 |
| HSL | 347.73º | 0.27% | 0.67% | - |
| HSV(B) | 347.73º | 0.23% | 0.76% | - |
| XYZ | 39.41 | 35.79 | 37.63 | - |
| YUV | 164.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 159 | 0 | 0.23 | 0.18 | 0.24 | 347.73 | 0.27 | 0.67 |
| Hex | C2 | 96 | 9F | 0 | 17 | 12 | 18 | 15C | 1B | 43 |
| Octal | 302 | 226 | 237 | 0 | 27 | 22 | 30 | 534 | 33 | 103 |
| Binary | 11000010 | 10010110 | 10011111 | 0 | 10111 | 10010 | 11000 | 101011100 | 11011 | 1000011 |
Color Harmonies of #C2969F
Complementary color
Monochromatic Colors of #C2969F
Black with #C2969F
Text Example
Text Example
White with #C2969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2969F; }
p { color: rgb(194,150,159); }
H1.HeaderClassName
{
color: #C2969F;
}
.AnyTagClassName
{
color: #C2969F;
}
</style>
background-color css
<style>
a { background-color: #C2969F; }
a { background-color: rgb(194,150,159); }
div.DivClassName
{
background-color: #C2969F;
}
.BgClassName
{
background-color: #C2969F;
}
</style>
border-color css
<style>
span { border-color: #C2969F; }
span { border-color: rgb(194,150,159); }
td.TdClassName
{
border-color: #C2969F;
}
.TagClassName
{
border-color: #C2969F;
}
</style>