Shades of Fuchsia #C16EC6
Tints of Fuchsia #C16EC6
RGB
CMYK
RGB Variations
Color information
#C16EC6 (or 0xC16EC6) is known color: Fuchsia. HEX triplet: C1, 6E and C6. RGB value is (193,110,198). Sum of RGB (Red+Green+Blue) = 193+110+198=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 198 - color contains mainly: blue. Hex color #C16EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16EC6 is #3E9139. Grayscale: #909090. Windows color (decimal): -4100410 or 13004481. OLE color: 13004481.
HSL color Cylindrical-coordinate representation of color #C16EC6: hue angle of 296.59º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16EC6 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 110 | 198 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.22 |
| HSL | 296.59º | 0.44% | 0.6% | - |
| HSV(B) | 296.59º | 0.44% | 0.78% | - |
| XYZ | 37.76 | 26.57 | 56.56 | - |
| YUV | 144.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 198 | 0.03 | 0.44 | 0 | 0.22 | 296.59 | 0.44 | 0.6 |
| Hex | C1 | 6E | C6 | 3 | 2C | 0 | 16 | 129 | 2C | 3C |
| Octal | 301 | 156 | 306 | 3 | 54 | 0 | 26 | 451 | 54 | 74 |
| Binary | 11000001 | 1101110 | 11000110 | 11 | 101100 | 0 | 10110 | 100101001 | 101100 | 111100 |
Color Harmonies of #C16EC6
Complementary color
Monochromatic Colors of #C16EC6
Black with #C16EC6
Text Example
Text Example
White with #C16EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EC6; }
p { color: rgb(193,110,198); }
H1.HeaderClassName
{
color: #C16EC6;
}
.AnyTagClassName
{
color: #C16EC6;
}
</style>
background-color css
<style>
a { background-color: #C16EC6; }
a { background-color: rgb(193,110,198); }
div.DivClassName
{
background-color: #C16EC6;
}
.BgClassName
{
background-color: #C16EC6;
}
</style>
border-color css
<style>
span { border-color: #C16EC6; }
span { border-color: rgb(193,110,198); }
td.TdClassName
{
border-color: #C16EC6;
}
.TagClassName
{
border-color: #C16EC6;
}
</style>