Shades of Viola #CE95A7
Tints of Viola #CE95A7
RGB
CMYK
RGB Variations
Color information
#CE95A7 (or 0xCE95A7) is known color: Viola. HEX triplet: CE, 95 and A7. RGB value is (206,149,167). Sum of RGB (Red+Green+Blue) = 206+149+167=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE95A7 is #316A58. Grayscale: #A8A8A8. Windows color (decimal): -3238489 or 10982862. OLE color: 10982862.
HSL color Cylindrical-coordinate representation of color #CE95A7: hue angle of 341.05º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE95A7 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 167 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.19 |
| HSL | 341.05º | 0.37% | 0.7% | - |
| HSV(B) | 341.05º | 0.28% | 0.81% | - |
| XYZ | 43.18 | 37.41 | 41.5 | - |
| YUV | 168.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 167 | 0 | 0.28 | 0.19 | 0.19 | 341.05 | 0.37 | 0.7 |
| Hex | CE | 95 | A7 | 0 | 1C | 13 | 13 | 155 | 25 | 46 |
| Octal | 316 | 225 | 247 | 0 | 34 | 23 | 23 | 525 | 45 | 106 |
| Binary | 11001110 | 10010101 | 10100111 | 0 | 11100 | 10011 | 10011 | 101010101 | 100101 | 1000110 |
Color Harmonies of #CE95A7
Complementary color
Monochromatic Colors of #CE95A7
Black with #CE95A7
Text Example
Text Example
White with #CE95A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE95A7; }
p { color: rgb(206,149,167); }
H1.HeaderClassName
{
color: #CE95A7;
}
.AnyTagClassName
{
color: #CE95A7;
}
</style>
background-color css
<style>
a { background-color: #CE95A7; }
a { background-color: rgb(206,149,167); }
div.DivClassName
{
background-color: #CE95A7;
}
.BgClassName
{
background-color: #CE95A7;
}
</style>
border-color css
<style>
span { border-color: #CE95A7; }
span { border-color: rgb(206,149,167); }
td.TdClassName
{
border-color: #CE95A7;
}
.TagClassName
{
border-color: #CE95A7;
}
</style>