Shades of Fuchsia #C16EC1
Tints of Fuchsia #C16EC1
RGB
CMYK
RGB Variations
Color information
#C16EC1 (or 0xC16EC1) is known color: Fuchsia. HEX triplet: C1, 6E and C1. RGB value is (193,110,193). Sum of RGB (Red+Green+Blue) = 193+110+193=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C16EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16EC1 is #3E913E. Grayscale: #909090. Windows color (decimal): -4100415 or 12676801. OLE color: 12676801.
HSL color Cylindrical-coordinate representation of color #C16EC1: hue angle of 300º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C16EC1 is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 193 | - |
| CMYK | 0 | 0.43 | 0 | 0.24 |
| HSL | 300º | 0.4% | 0.59% | - |
| HSV(B) | 300º | 0.43% | 0.76% | - |
| XYZ | 37.19 | 26.34 | 53.58 | - |
| YUV | 144.28 | 155.5 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 193 | 0 | 0.43 | 0 | 0.24 | 300 | 0.4 | 0.59 |
| Hex | C1 | 6E | C1 | 0 | 2B | 0 | 18 | 12C | 28 | 3B |
| Octal | 301 | 156 | 301 | 0 | 53 | 0 | 30 | 454 | 50 | 73 |
| Binary | 11000001 | 1101110 | 11000001 | 0 | 101011 | 0 | 11000 | 100101100 | 101000 | 111011 |
Color Harmonies of #C16EC1
Complementary color
Monochromatic Colors of #C16EC1
Black with #C16EC1
Text Example
Text Example
White with #C16EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EC1; }
p { color: rgb(193,110,193); }
H1.HeaderClassName
{
color: #C16EC1;
}
.AnyTagClassName
{
color: #C16EC1;
}
</style>
background-color css
<style>
a { background-color: #C16EC1; }
a { background-color: rgb(193,110,193); }
div.DivClassName
{
background-color: #C16EC1;
}
.BgClassName
{
background-color: #C16EC1;
}
</style>
border-color css
<style>
span { border-color: #C16EC1; }
span { border-color: rgb(193,110,193); }
td.TdClassName
{
border-color: #C16EC1;
}
.TagClassName
{
border-color: #C16EC1;
}
</style>