Shades of Fuchsia #C16EC3
Tints of Fuchsia #C16EC3
RGB
CMYK
RGB Variations
Color information
#C16EC3 (or 0xC16EC3) is known color: Fuchsia. HEX triplet: C1, 6E and C3. RGB value is (193,110,195). Sum of RGB (Red+Green+Blue) = 193+110+195=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 195 (76.56% from 255 or 39.16% from 498); Max value from RGB is 195 - color contains mainly: blue. Hex color #C16EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16EC3 is #3E913C. Grayscale: #909090. Windows color (decimal): -4100413 or 12807873. OLE color: 12807873.
HSL color Cylindrical-coordinate representation of color #C16EC3: hue angle of 298.59º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16EC3 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 195 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.24 |
| HSL | 298.59º | 0.41% | 0.6% | - |
| HSV(B) | 298.59º | 0.44% | 0.76% | - |
| XYZ | 37.42 | 26.43 | 54.76 | - |
| YUV | 144.51 | 156.5 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 195 | 0.01 | 0.44 | 0 | 0.24 | 298.59 | 0.41 | 0.6 |
| Hex | C1 | 6E | C3 | 1 | 2C | 0 | 18 | 12B | 29 | 3C |
| Octal | 301 | 156 | 303 | 1 | 54 | 0 | 30 | 453 | 51 | 74 |
| Binary | 11000001 | 1101110 | 11000011 | 1 | 101100 | 0 | 11000 | 100101011 | 101001 | 111100 |
Color Harmonies of #C16EC3
Complementary color
Monochromatic Colors of #C16EC3
Black with #C16EC3
Text Example
Text Example
White with #C16EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EC3; }
p { color: rgb(193,110,195); }
H1.HeaderClassName
{
color: #C16EC3;
}
.AnyTagClassName
{
color: #C16EC3;
}
</style>
background-color css
<style>
a { background-color: #C16EC3; }
a { background-color: rgb(193,110,195); }
div.DivClassName
{
background-color: #C16EC3;
}
.BgClassName
{
background-color: #C16EC3;
}
</style>
border-color css
<style>
span { border-color: #C16EC3; }
span { border-color: rgb(193,110,195); }
td.TdClassName
{
border-color: #C16EC3;
}
.TagClassName
{
border-color: #C16EC3;
}
</style>