Shades of Viola #CE94A5
Tints of Viola #CE94A5
RGB
CMYK
RGB Variations
Color information
#CE94A5 (or 0xCE94A5) is known color: Viola. HEX triplet: CE, 94 and A5. RGB value is (206,148,165). Sum of RGB (Red+Green+Blue) = 206+148+165=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE94A5 is #316B5A. Grayscale: #A7A7A7. Windows color (decimal): -3238747 or 10851534. OLE color: 10851534.
HSL color Cylindrical-coordinate representation of color #CE94A5: hue angle of 342.41º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE94A5 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 165 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.19 |
| HSL | 342.41º | 0.37% | 0.69% | - |
| HSV(B) | 342.41º | 0.28% | 0.81% | - |
| XYZ | 42.84 | 37.02 | 40.48 | - |
| YUV | 167.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 165 | 0 | 0.28 | 0.20 | 0.19 | 342.41 | 0.37 | 0.69 |
| Hex | CE | 94 | A5 | 0 | 1C | 14 | 13 | 156 | 25 | 45 |
| Octal | 316 | 224 | 245 | 0 | 34 | 24 | 23 | 526 | 45 | 105 |
| Binary | 11001110 | 10010100 | 10100101 | 0 | 11100 | 10100 | 10011 | 101010110 | 100101 | 1000101 |
Color Harmonies of #CE94A5
Complementary color
Monochromatic Colors of #CE94A5
Black with #CE94A5
Text Example
Text Example
White with #CE94A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE94A5; }
p { color: rgb(206,148,165); }
H1.HeaderClassName
{
color: #CE94A5;
}
.AnyTagClassName
{
color: #CE94A5;
}
</style>
background-color css
<style>
a { background-color: #CE94A5; }
a { background-color: rgb(206,148,165); }
div.DivClassName
{
background-color: #CE94A5;
}
.BgClassName
{
background-color: #CE94A5;
}
</style>
border-color css
<style>
span { border-color: #CE94A5; }
span { border-color: rgb(206,148,165); }
td.TdClassName
{
border-color: #CE94A5;
}
.TagClassName
{
border-color: #CE94A5;
}
</style>