Shades of Viola #CE92A7
Tints of Viola #CE92A7
RGB
CMYK
RGB Variations
Color information
#CE92A7 (or 0xCE92A7) is known color: Viola. HEX triplet: CE, 92 and A7. RGB value is (206,146,167). Sum of RGB (Red+Green+Blue) = 206+146+167=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE92A7 is #316D58. Grayscale: #A6A6A6. Windows color (decimal): -3239257 or 10982094. OLE color: 10982094.
HSL color Cylindrical-coordinate representation of color #CE92A7: hue angle of 339º 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 #CE92A7 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 167 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.19 |
| HSL | 339º | 0.38% | 0.69% | - |
| HSV(B) | 339º | 0.29% | 0.81% | - |
| XYZ | 42.71 | 36.47 | 41.35 | - |
| YUV | 166.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 167 | 0 | 0.29 | 0.19 | 0.19 | 339 | 0.38 | 0.69 |
| Hex | CE | 92 | A7 | 0 | 1D | 13 | 13 | 153 | 26 | 45 |
| Octal | 316 | 222 | 247 | 0 | 35 | 23 | 23 | 523 | 46 | 105 |
| Binary | 11001110 | 10010010 | 10100111 | 0 | 11101 | 10011 | 10011 | 101010011 | 100110 | 1000101 |
Color Harmonies of #CE92A7
Complementary color
Monochromatic Colors of #CE92A7
Black with #CE92A7
Text Example
Text Example
White with #CE92A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE92A7; }
p { color: rgb(206,146,167); }
H1.HeaderClassName
{
color: #CE92A7;
}
.AnyTagClassName
{
color: #CE92A7;
}
</style>
background-color css
<style>
a { background-color: #CE92A7; }
a { background-color: rgb(206,146,167); }
div.DivClassName
{
background-color: #CE92A7;
}
.BgClassName
{
background-color: #CE92A7;
}
</style>
border-color css
<style>
span { border-color: #CE92A7; }
span { border-color: rgb(206,146,167); }
td.TdClassName
{
border-color: #CE92A7;
}
.TagClassName
{
border-color: #CE92A7;
}
</style>