Shades of Fuchsia #C16AC1
Tints of Fuchsia #C16AC1
RGB
CMYK
RGB Variations
Color information
#C16AC1 (or 0xC16AC1) is known color: Fuchsia. HEX triplet: C1, 6A and C1. RGB value is (193,106,193). Sum of RGB (Red+Green+Blue) = 193+106+193=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C16AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16AC1 is #3E953E. Grayscale: #8D8D8D. Windows color (decimal): -4101439 or 12675777. OLE color: 12675777.
HSL color Cylindrical-coordinate representation of color #C16AC1: hue angle of 300º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C16AC1 is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 106 | 193 | - |
| CMYK | 0 | 0.45 | 0 | 0.24 |
| HSL | 300º | 0.41% | 0.59% | - |
| HSV(B) | 300º | 0.45% | 0.76% | - |
| XYZ | 36.77 | 25.5 | 53.44 | - |
| YUV | 141.93 | 156.82 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 193 | 0 | 0.45 | 0 | 0.24 | 300 | 0.41 | 0.59 |
| Hex | C1 | 6A | C1 | 0 | 2D | 0 | 18 | 12C | 29 | 3B |
| Octal | 301 | 152 | 301 | 0 | 55 | 0 | 30 | 454 | 51 | 73 |
| Binary | 11000001 | 1101010 | 11000001 | 0 | 101101 | 0 | 11000 | 100101100 | 101001 | 111011 |
Color Harmonies of #C16AC1
Complementary color
Monochromatic Colors of #C16AC1
Black with #C16AC1
Text Example
Text Example
White with #C16AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16AC1; }
p { color: rgb(193,106,193); }
H1.HeaderClassName
{
color: #C16AC1;
}
.AnyTagClassName
{
color: #C16AC1;
}
</style>
background-color css
<style>
a { background-color: #C16AC1; }
a { background-color: rgb(193,106,193); }
div.DivClassName
{
background-color: #C16AC1;
}
.BgClassName
{
background-color: #C16AC1;
}
</style>
border-color css
<style>
span { border-color: #C16AC1; }
span { border-color: rgb(193,106,193); }
td.TdClassName
{
border-color: #C16AC1;
}
.TagClassName
{
border-color: #C16AC1;
}
</style>