Shades of Fuchsia #C16FC1
Tints of Fuchsia #C16FC1
RGB
CMYK
RGB Variations
Color information
#C16FC1 (or 0xC16FC1) is known color: Fuchsia. HEX triplet: C1, 6F and C1. RGB value is (193,111,193). Sum of RGB (Red+Green+Blue) = 193+111+193=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C16FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FC1 is #3E903E. Grayscale: #909090. Windows color (decimal): -4100159 or 12677057. OLE color: 12677057.
HSL color Cylindrical-coordinate representation of color #C16FC1: hue angle of 300º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C16FC1 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 193 | - |
| CMYK | 0 | 0.42 | 0 | 0.24 |
| HSL | 300º | 0.4% | 0.6% | - |
| HSV(B) | 300º | 0.42% | 0.76% | - |
| XYZ | 37.3 | 26.56 | 53.61 | - |
| YUV | 144.87 | 155.17 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 193 | 0 | 0.42 | 0 | 0.24 | 300 | 0.4 | 0.6 |
| Hex | C1 | 6F | C1 | 0 | 2A | 0 | 18 | 12C | 28 | 3C |
| Octal | 301 | 157 | 301 | 0 | 52 | 0 | 30 | 454 | 50 | 74 |
| Binary | 11000001 | 1101111 | 11000001 | 0 | 101010 | 0 | 11000 | 100101100 | 101000 | 111100 |
Color Harmonies of #C16FC1
Complementary color
Monochromatic Colors of #C16FC1
Black with #C16FC1
Text Example
Text Example
White with #C16FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FC1; }
p { color: rgb(193,111,193); }
H1.HeaderClassName
{
color: #C16FC1;
}
.AnyTagClassName
{
color: #C16FC1;
}
</style>
background-color css
<style>
a { background-color: #C16FC1; }
a { background-color: rgb(193,111,193); }
div.DivClassName
{
background-color: #C16FC1;
}
.BgClassName
{
background-color: #C16FC1;
}
</style>
border-color css
<style>
span { border-color: #C16FC1; }
span { border-color: rgb(193,111,193); }
td.TdClassName
{
border-color: #C16FC1;
}
.TagClassName
{
border-color: #C16FC1;
}
</style>