Shades of Viola #C0919B
Tints of Viola #C0919B
RGB
CMYK
RGB Variations
Color information
#C0919B (or 0xC0919B) is known color: Viola. HEX triplet: C0, 91 and 9B. RGB value is (192,145,155). Sum of RGB (Red+Green+Blue) = 192+145+155=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0919B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0919B is #3F6E64. Grayscale: #A0A0A0. Windows color (decimal): -4157029 or 10195392. OLE color: 10195392.
HSL color Cylindrical-coordinate representation of color #C0919B: hue angle of 347.23º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0919B is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 155 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.25 |
| HSL | 347.23º | 0.27% | 0.66% | - |
| HSV(B) | 347.23º | 0.24% | 0.75% | - |
| XYZ | 37.78 | 33.82 | 35.55 | - |
| YUV | 160.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 155 | 0 | 0.24 | 0.19 | 0.25 | 347.23 | 0.27 | 0.66 |
| Hex | C0 | 91 | 9B | 0 | 18 | 13 | 19 | 15B | 1B | 42 |
| Octal | 300 | 221 | 233 | 0 | 30 | 23 | 31 | 533 | 33 | 102 |
| Binary | 11000000 | 10010001 | 10011011 | 0 | 11000 | 10011 | 11001 | 101011011 | 11011 | 1000010 |
Color Harmonies of #C0919B
Complementary color
Monochromatic Colors of #C0919B
Black with #C0919B
Text Example
Text Example
White with #C0919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0919B; }
p { color: rgb(192,145,155); }
H1.HeaderClassName
{
color: #C0919B;
}
.AnyTagClassName
{
color: #C0919B;
}
</style>
background-color css
<style>
a { background-color: #C0919B; }
a { background-color: rgb(192,145,155); }
div.DivClassName
{
background-color: #C0919B;
}
.BgClassName
{
background-color: #C0919B;
}
</style>
border-color css
<style>
span { border-color: #C0919B; }
span { border-color: rgb(192,145,155); }
td.TdClassName
{
border-color: #C0919B;
}
.TagClassName
{
border-color: #C0919B;
}
</style>