Shades of Viola #C485A6
Tints of Viola #C485A6
RGB
CMYK
RGB Variations
Color information
#C485A6 (or 0xC485A6) is known color: Viola. HEX triplet: C4, 85 and A6. RGB value is (196,133,166). Sum of RGB (Red+Green+Blue) = 196+133+166=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C485A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C485A6 is #3B7A59. Grayscale: #9B9B9B. Windows color (decimal): -3897946 or 10913220. OLE color: 10913220.
HSL color Cylindrical-coordinate representation of color #C485A6: hue angle of 328.57º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C485A6 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 166 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.23 |
| HSL | 328.57º | 0.35% | 0.65% | - |
| HSV(B) | 328.57º | 0.32% | 0.77% | - |
| XYZ | 38.04 | 31.26 | 40.11 | - |
| YUV | 155.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 166 | 0 | 0.32 | 0.15 | 0.23 | 328.57 | 0.35 | 0.65 |
| Hex | C4 | 85 | A6 | 0 | 20 | F | 17 | 149 | 23 | 41 |
| Octal | 304 | 205 | 246 | 0 | 40 | 17 | 27 | 511 | 43 | 101 |
| Binary | 11000100 | 10000101 | 10100110 | 0 | 100000 | 1111 | 10111 | 101001001 | 100011 | 1000001 |
Color Harmonies of #C485A6
Complementary color
Monochromatic Colors of #C485A6
Black with #C485A6
Text Example
Text Example
White with #C485A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C485A6; }
p { color: rgb(196,133,166); }
H1.HeaderClassName
{
color: #C485A6;
}
.AnyTagClassName
{
color: #C485A6;
}
</style>
background-color css
<style>
a { background-color: #C485A6; }
a { background-color: rgb(196,133,166); }
div.DivClassName
{
background-color: #C485A6;
}
.BgClassName
{
background-color: #C485A6;
}
</style>
border-color css
<style>
span { border-color: #C485A6; }
span { border-color: rgb(196,133,166); }
td.TdClassName
{
border-color: #C485A6;
}
.TagClassName
{
border-color: #C485A6;
}
</style>