Shades of Viola #C6919F
Tints of Viola #C6919F
RGB
CMYK
RGB Variations
Color information
#C6919F (or 0xC6919F) is known color: Viola. HEX triplet: C6, 91 and 9F. RGB value is (198,145,159). Sum of RGB (Red+Green+Blue) = 198+145+159=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C6919F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6919F is #396E60. Grayscale: #A2A2A2. Windows color (decimal): -3763809 or 10457542. OLE color: 10457542.
HSL color Cylindrical-coordinate representation of color #C6919F: hue angle of 344.15º 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 #C6919F is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 159 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.22 |
| HSL | 344.15º | 0.32% | 0.67% | - |
| HSV(B) | 344.15º | 0.27% | 0.78% | - |
| XYZ | 39.67 | 34.76 | 37.42 | - |
| YUV | 162.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 159 | 0 | 0.27 | 0.20 | 0.22 | 344.15 | 0.32 | 0.67 |
| Hex | C6 | 91 | 9F | 0 | 1B | 14 | 16 | 158 | 20 | 43 |
| Octal | 306 | 221 | 237 | 0 | 33 | 24 | 26 | 530 | 40 | 103 |
| Binary | 11000110 | 10010001 | 10011111 | 0 | 11011 | 10100 | 10110 | 101011000 | 100000 | 1000011 |
Color Harmonies of #C6919F
Complementary color
Monochromatic Colors of #C6919F
Black with #C6919F
Text Example
Text Example
White with #C6919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6919F; }
p { color: rgb(198,145,159); }
H1.HeaderClassName
{
color: #C6919F;
}
.AnyTagClassName
{
color: #C6919F;
}
</style>
background-color css
<style>
a { background-color: #C6919F; }
a { background-color: rgb(198,145,159); }
div.DivClassName
{
background-color: #C6919F;
}
.BgClassName
{
background-color: #C6919F;
}
</style>
border-color css
<style>
span { border-color: #C6919F; }
span { border-color: rgb(198,145,159); }
td.TdClassName
{
border-color: #C6919F;
}
.TagClassName
{
border-color: #C6919F;
}
</style>