Shades of Viola #CE95A8
Tints of Viola #CE95A8
RGB
CMYK
RGB Variations
Color information
#CE95A8 (or 0xCE95A8) is known color: Viola. HEX triplet: CE, 95 and A8. RGB value is (206,149,168). Sum of RGB (Red+Green+Blue) = 206+149+168=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE95A8 is #316A57. Grayscale: #A8A8A8. Windows color (decimal): -3238488 or 11048398. OLE color: 11048398.
HSL color Cylindrical-coordinate representation of color #CE95A8: hue angle of 340º 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 #CE95A8 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 149 | 168 | - |
CMYK | 0 | 0.28 | 0.18 | 0.19 |
HSL | 340º | 0.37% | 0.7% | - |
HSV(B) | 340º | 0.28% | 0.81% | - |
XYZ | 43.27 | 37.44 | 41.99 | - |
YUV | 168.21 | 127.88 | 154.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 149 | 168 | 0 | 0.28 | 0.18 | 0.19 | 340 | 0.37 | 0.7 |
Hex | CE | 95 | A8 | 0 | 1C | 12 | 13 | 154 | 25 | 46 |
Octal | 316 | 225 | 250 | 0 | 34 | 22 | 23 | 524 | 45 | 106 |
Binary | 11001110 | 10010101 | 10101000 | 0 | 11100 | 10010 | 10011 | 101010100 | 100101 | 1000110 |
Color Harmonies of #CE95A8
Complementary color
Monochromatic Colors of #CE95A8
Black with #CE95A8
Text Example
Text Example
White with #CE95A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE95A8; }
p { color: rgb(206,149,168); }
H1.HeaderClassName
{
color: #CE95A8;
}
.AnyTagClassName
{
color: #CE95A8;
}
</style>
background-color css
<style>
a { background-color: #CE95A8; }
a { background-color: rgb(206,149,168); }
div.DivClassName
{
background-color: #CE95A8;
}
.BgClassName
{
background-color: #CE95A8;
}
</style>
border-color css
<style>
span { border-color: #CE95A8; }
span { border-color: rgb(206,149,168); }
td.TdClassName
{
border-color: #CE95A8;
}
.TagClassName
{
border-color: #CE95A8;
}
</style>