Shades of Fuchsia #C16AC6
Tints of Fuchsia #C16AC6
RGB
CMYK
RGB Variations
Color information
#C16AC6 (or 0xC16AC6) is known color: Fuchsia. HEX triplet: C1, 6A and C6. RGB value is (193,106,198). Sum of RGB (Red+Green+Blue) = 193+106+198=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 198 - color contains mainly: blue. Hex color #C16AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16AC6 is #3E9539. Grayscale: #8E8E8E. Windows color (decimal): -4101434 or 13003457. OLE color: 13003457.
HSL color Cylindrical-coordinate representation of color #C16AC6: hue angle of 296.74º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C16AC6 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 106 | 198 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.22 |
| HSL | 296.74º | 0.45% | 0.6% | - |
| HSV(B) | 296.74º | 0.46% | 0.78% | - |
| XYZ | 37.34 | 25.72 | 56.42 | - |
| YUV | 142.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 198 | 0.03 | 0.46 | 0 | 0.22 | 296.74 | 0.45 | 0.6 |
| Hex | C1 | 6A | C6 | 3 | 2E | 0 | 16 | 129 | 2D | 3C |
| Octal | 301 | 152 | 306 | 3 | 56 | 0 | 26 | 451 | 55 | 74 |
| Binary | 11000001 | 1101010 | 11000110 | 11 | 101110 | 0 | 10110 | 100101001 | 101101 | 111100 |
Color Harmonies of #C16AC6
Complementary color
Monochromatic Colors of #C16AC6
Black with #C16AC6
Text Example
Text Example
White with #C16AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16AC6; }
p { color: rgb(193,106,198); }
H1.HeaderClassName
{
color: #C16AC6;
}
.AnyTagClassName
{
color: #C16AC6;
}
</style>
background-color css
<style>
a { background-color: #C16AC6; }
a { background-color: rgb(193,106,198); }
div.DivClassName
{
background-color: #C16AC6;
}
.BgClassName
{
background-color: #C16AC6;
}
</style>
border-color css
<style>
span { border-color: #C16AC6; }
span { border-color: rgb(193,106,198); }
td.TdClassName
{
border-color: #C16AC6;
}
.TagClassName
{
border-color: #C16AC6;
}
</style>