Shades of Viola #C296A8
Tints of Viola #C296A8
RGB
CMYK
RGB Variations
Color information
#C296A8 (or 0xC296A8) is known color: Viola. HEX triplet: C2, 96 and A8. RGB value is (194,150,168). Sum of RGB (Red+Green+Blue) = 194+150+168=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C296A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C296A8 is #3D6957. Grayscale: #A5A5A5. Windows color (decimal): -4024664 or 11048642. OLE color: 11048642.
HSL color Cylindrical-coordinate representation of color #C296A8: hue angle of 335.45º 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 #C296A8 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 168 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.24 |
| HSL | 335.45º | 0.27% | 0.67% | - |
| HSV(B) | 335.45º | 0.23% | 0.76% | - |
| XYZ | 40.22 | 36.11 | 41.9 | - |
| YUV | 165.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 168 | 0 | 0.23 | 0.13 | 0.24 | 335.45 | 0.27 | 0.67 |
| Hex | C2 | 96 | A8 | 0 | 17 | D | 18 | 14F | 1B | 43 |
| Octal | 302 | 226 | 250 | 0 | 27 | 15 | 30 | 517 | 33 | 103 |
| Binary | 11000010 | 10010110 | 10101000 | 0 | 10111 | 1101 | 11000 | 101001111 | 11011 | 1000011 |
Color Harmonies of #C296A8
Complementary color
Monochromatic Colors of #C296A8
Black with #C296A8
Text Example
Text Example
White with #C296A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C296A8; }
p { color: rgb(194,150,168); }
H1.HeaderClassName
{
color: #C296A8;
}
.AnyTagClassName
{
color: #C296A8;
}
</style>
background-color css
<style>
a { background-color: #C296A8; }
a { background-color: rgb(194,150,168); }
div.DivClassName
{
background-color: #C296A8;
}
.BgClassName
{
background-color: #C296A8;
}
</style>
border-color css
<style>
span { border-color: #C296A8; }
span { border-color: rgb(194,150,168); }
td.TdClassName
{
border-color: #C296A8;
}
.TagClassName
{
border-color: #C296A8;
}
</style>