Shades of Viola #C08FA3
Tints of Viola #C08FA3
RGB
CMYK
RGB Variations
Color information
#C08FA3 (or 0xC08FA3) is known color: Viola. HEX triplet: C0, 8F and A3. RGB value is (192,143,163). Sum of RGB (Red+Green+Blue) = 192+143+163=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08FA3 is #3F705C. Grayscale: #9F9F9F. Windows color (decimal): -4157533 or 10719168. OLE color: 10719168.
HSL color Cylindrical-coordinate representation of color #C08FA3: hue angle of 335.51º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08FA3 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 163 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.25 |
| HSL | 335.51º | 0.28% | 0.66% | - |
| HSV(B) | 335.51º | 0.26% | 0.75% | - |
| XYZ | 38.17 | 33.5 | 39.1 | - |
| YUV | 159.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 163 | 0 | 0.26 | 0.15 | 0.25 | 335.51 | 0.28 | 0.66 |
| Hex | C0 | 8F | A3 | 0 | 1A | F | 19 | 150 | 1C | 42 |
| Octal | 300 | 217 | 243 | 0 | 32 | 17 | 31 | 520 | 34 | 102 |
| Binary | 11000000 | 10001111 | 10100011 | 0 | 11010 | 1111 | 11001 | 101010000 | 11100 | 1000010 |
Color Harmonies of #C08FA3
Complementary color
Monochromatic Colors of #C08FA3
Black with #C08FA3
Text Example
Text Example
White with #C08FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FA3; }
p { color: rgb(192,143,163); }
H1.HeaderClassName
{
color: #C08FA3;
}
.AnyTagClassName
{
color: #C08FA3;
}
</style>
background-color css
<style>
a { background-color: #C08FA3; }
a { background-color: rgb(192,143,163); }
div.DivClassName
{
background-color: #C08FA3;
}
.BgClassName
{
background-color: #C08FA3;
}
</style>
border-color css
<style>
span { border-color: #C08FA3; }
span { border-color: rgb(192,143,163); }
td.TdClassName
{
border-color: #C08FA3;
}
.TagClassName
{
border-color: #C08FA3;
}
</style>