Shades of Viola #C6919D
Tints of Viola #C6919D
RGB
CMYK
RGB Variations
Color information
#C6919D (or 0xC6919D) is known color: Viola. HEX triplet: C6, 91 and 9D. RGB value is (198,145,157). Sum of RGB (Red+Green+Blue) = 198+145+157=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 198 - color contains mainly: red. Hex color #C6919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6919D is #396E62. Grayscale: #A2A2A2. Windows color (decimal): -3763811 or 10326470. OLE color: 10326470.
HSL color Cylindrical-coordinate representation of color #C6919D: hue angle of 346.42º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6919D is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 157 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.22 |
| HSL | 346.42º | 0.32% | 0.67% | - |
| HSV(B) | 346.42º | 0.27% | 0.78% | - |
| XYZ | 39.5 | 34.69 | 36.51 | - |
| YUV | 162.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 157 | 0 | 0.27 | 0.21 | 0.22 | 346.42 | 0.32 | 0.67 |
| Hex | C6 | 91 | 9D | 0 | 1B | 15 | 16 | 15A | 20 | 43 |
| Octal | 306 | 221 | 235 | 0 | 33 | 25 | 26 | 532 | 40 | 103 |
| Binary | 11000110 | 10010001 | 10011101 | 0 | 11011 | 10101 | 10110 | 101011010 | 100000 | 1000011 |
Color Harmonies of #C6919D
Complementary color
Monochromatic Colors of #C6919D
Black with #C6919D
Text Example
Text Example
White with #C6919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6919D; }
p { color: rgb(198,145,157); }
H1.HeaderClassName
{
color: #C6919D;
}
.AnyTagClassName
{
color: #C6919D;
}
</style>
background-color css
<style>
a { background-color: #C6919D; }
a { background-color: rgb(198,145,157); }
div.DivClassName
{
background-color: #C6919D;
}
.BgClassName
{
background-color: #C6919D;
}
</style>
border-color css
<style>
span { border-color: #C6919D; }
span { border-color: rgb(198,145,157); }
td.TdClassName
{
border-color: #C6919D;
}
.TagClassName
{
border-color: #C6919D;
}
</style>