Shades of Viola #C8929D
Tints of Viola #C8929D
RGB
CMYK
RGB Variations
Color information
#C8929D (or 0xC8929D) is known color: Viola. HEX triplet: C8, 92 and 9D. RGB value is (200,146,157). Sum of RGB (Red+Green+Blue) = 200+146+157=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8929D is #376D62. Grayscale: #A3A3A3. Windows color (decimal): -3632483 or 10326728. OLE color: 10326728.
HSL color Cylindrical-coordinate representation of color #C8929D: hue angle of 347.78º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8929D is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 157 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.22 |
| HSL | 347.78º | 0.33% | 0.68% | - |
| HSV(B) | 347.78º | 0.27% | 0.78% | - |
| XYZ | 40.18 | 35.27 | 36.59 | - |
| YUV | 163.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 157 | 0 | 0.27 | 0.22 | 0.22 | 347.78 | 0.33 | 0.68 |
| Hex | C8 | 92 | 9D | 0 | 1B | 16 | 16 | 15C | 21 | 44 |
| Octal | 310 | 222 | 235 | 0 | 33 | 26 | 26 | 534 | 41 | 104 |
| Binary | 11001000 | 10010010 | 10011101 | 0 | 11011 | 10110 | 10110 | 101011100 | 100001 | 1000100 |
Color Harmonies of #C8929D
Complementary color
Monochromatic Colors of #C8929D
Black with #C8929D
Text Example
Text Example
White with #C8929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8929D; }
p { color: rgb(200,146,157); }
H1.HeaderClassName
{
color: #C8929D;
}
.AnyTagClassName
{
color: #C8929D;
}
</style>
background-color css
<style>
a { background-color: #C8929D; }
a { background-color: rgb(200,146,157); }
div.DivClassName
{
background-color: #C8929D;
}
.BgClassName
{
background-color: #C8929D;
}
</style>
border-color css
<style>
span { border-color: #C8929D; }
span { border-color: rgb(200,146,157); }
td.TdClassName
{
border-color: #C8929D;
}
.TagClassName
{
border-color: #C8929D;
}
</style>