Shades of Fuchsia #C16AC9
Tints of Fuchsia #C16AC9
RGB
CMYK
RGB Variations
Color information
#C16AC9 (or 0xC16AC9) is known color: Fuchsia. HEX triplet: C1, 6A and C9. RGB value is (193,106,201). Sum of RGB (Red+Green+Blue) = 193+106+201=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 201 - color contains mainly: blue. Hex color #C16AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16AC9 is #3E9536. Grayscale: #8E8E8E. Windows color (decimal): -4101431 or 13200065. OLE color: 13200065.
HSL color Cylindrical-coordinate representation of color #C16AC9: hue angle of 294.95º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16AC9 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 106 | 201 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.21 |
| HSL | 294.95º | 0.47% | 0.6% | - |
| HSV(B) | 294.95º | 0.47% | 0.79% | - |
| XYZ | 37.69 | 25.86 | 58.26 | - |
| YUV | 142.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 201 | 0.04 | 0.47 | 0 | 0.21 | 294.95 | 0.47 | 0.6 |
| Hex | C1 | 6A | C9 | 4 | 2F | 0 | 15 | 127 | 2F | 3C |
| Octal | 301 | 152 | 311 | 4 | 57 | 0 | 25 | 447 | 57 | 74 |
| Binary | 11000001 | 1101010 | 11001001 | 100 | 101111 | 0 | 10101 | 100100111 | 101111 | 111100 |
Color Harmonies of #C16AC9
Complementary color
Monochromatic Colors of #C16AC9
Black with #C16AC9
Text Example
Text Example
White with #C16AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16AC9; }
p { color: rgb(193,106,201); }
H1.HeaderClassName
{
color: #C16AC9;
}
.AnyTagClassName
{
color: #C16AC9;
}
</style>
background-color css
<style>
a { background-color: #C16AC9; }
a { background-color: rgb(193,106,201); }
div.DivClassName
{
background-color: #C16AC9;
}
.BgClassName
{
background-color: #C16AC9;
}
</style>
border-color css
<style>
span { border-color: #C16AC9; }
span { border-color: rgb(193,106,201); }
td.TdClassName
{
border-color: #C16AC9;
}
.TagClassName
{
border-color: #C16AC9;
}
</style>