Shades of Viola #CE92A8
Tints of Viola #CE92A8
RGB
CMYK
RGB Variations
Color information
#CE92A8 (or 0xCE92A8) is known color: Viola. HEX triplet: CE, 92 and A8. RGB value is (206,146,168). Sum of RGB (Red+Green+Blue) = 206+146+168=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE92A8 is #316D57. Grayscale: #A6A6A6. Windows color (decimal): -3239256 or 11047630. OLE color: 11047630.
HSL color Cylindrical-coordinate representation of color #CE92A8: hue angle of 338º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE92A8 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 168 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.19 |
| HSL | 338º | 0.38% | 0.69% | - |
| HSV(B) | 338º | 0.29% | 0.81% | - |
| XYZ | 42.8 | 36.51 | 41.84 | - |
| YUV | 166.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 168 | 0 | 0.29 | 0.18 | 0.19 | 338 | 0.38 | 0.69 |
| Hex | CE | 92 | A8 | 0 | 1D | 12 | 13 | 152 | 26 | 45 |
| Octal | 316 | 222 | 250 | 0 | 35 | 22 | 23 | 522 | 46 | 105 |
| Binary | 11001110 | 10010010 | 10101000 | 0 | 11101 | 10010 | 10011 | 101010010 | 100110 | 1000101 |
Color Harmonies of #CE92A8
Complementary color
Monochromatic Colors of #CE92A8
Black with #CE92A8
Text Example
Text Example
White with #CE92A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE92A8; }
p { color: rgb(206,146,168); }
H1.HeaderClassName
{
color: #CE92A8;
}
.AnyTagClassName
{
color: #CE92A8;
}
</style>
background-color css
<style>
a { background-color: #CE92A8; }
a { background-color: rgb(206,146,168); }
div.DivClassName
{
background-color: #CE92A8;
}
.BgClassName
{
background-color: #CE92A8;
}
</style>
border-color css
<style>
span { border-color: #CE92A8; }
span { border-color: rgb(206,146,168); }
td.TdClassName
{
border-color: #CE92A8;
}
.TagClassName
{
border-color: #CE92A8;
}
</style>