Shades of Viola #CE98A8
Tints of Viola #CE98A8
RGB
CMYK
RGB Variations
Color information
#CE98A8 (or 0xCE98A8) is known color: Viola. HEX triplet: CE, 98 and A8. RGB value is (206,152,168). Sum of RGB (Red+Green+Blue) = 206+152+168=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE98A8 is #316757. Grayscale: #A9A9A9. Windows color (decimal): -3237720 or 11049166. OLE color: 11049166.
HSL color Cylindrical-coordinate representation of color #CE98A8: hue angle of 342.22º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE98A8 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 168 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.19 |
| HSL | 342.22º | 0.36% | 0.7% | - |
| HSV(B) | 342.22º | 0.26% | 0.81% | - |
| XYZ | 43.75 | 38.41 | 42.15 | - |
| YUV | 169.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 168 | 0 | 0.26 | 0.18 | 0.19 | 342.22 | 0.36 | 0.7 |
| Hex | CE | 98 | A8 | 0 | 1A | 12 | 13 | 156 | 24 | 46 |
| Octal | 316 | 230 | 250 | 0 | 32 | 22 | 23 | 526 | 44 | 106 |
| Binary | 11001110 | 10011000 | 10101000 | 0 | 11010 | 10010 | 10011 | 101010110 | 100100 | 1000110 |
Color Harmonies of #CE98A8
Complementary color
Monochromatic Colors of #CE98A8
Black with #CE98A8
Text Example
Text Example
White with #CE98A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE98A8; }
p { color: rgb(206,152,168); }
H1.HeaderClassName
{
color: #CE98A8;
}
.AnyTagClassName
{
color: #CE98A8;
}
</style>
background-color css
<style>
a { background-color: #CE98A8; }
a { background-color: rgb(206,152,168); }
div.DivClassName
{
background-color: #CE98A8;
}
.BgClassName
{
background-color: #CE98A8;
}
</style>
border-color css
<style>
span { border-color: #CE98A8; }
span { border-color: rgb(206,152,168); }
td.TdClassName
{
border-color: #CE98A8;
}
.TagClassName
{
border-color: #CE98A8;
}
</style>