Shades of Fuchsia #C16CC0
Tints of Fuchsia #C16CC0
RGB
CMYK
RGB Variations
Color information
#C16CC0 (or 0xC16CC0) is known color: Fuchsia. HEX triplet: C1, 6C and C0. RGB value is (193,108,192). Sum of RGB (Red+Green+Blue) = 193+108+192=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CC0 is #3E933F. Grayscale: #8E8E8E. Windows color (decimal): -4100928 or 12610753. OLE color: 12610753.
HSL color Cylindrical-coordinate representation of color #C16CC0: hue angle of 300.71º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16CC0 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 192 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.24 |
| HSL | 300.71º | 0.41% | 0.59% | - |
| HSV(B) | 300.71º | 0.44% | 0.76% | - |
| XYZ | 36.87 | 25.87 | 52.92 | - |
| YUV | 142.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 192 | 0 | 0.44 | 0.01 | 0.24 | 300.71 | 0.41 | 0.59 |
| Hex | C1 | 6C | C0 | 0 | 2C | 1 | 18 | 12D | 29 | 3B |
| Octal | 301 | 154 | 300 | 0 | 54 | 1 | 30 | 455 | 51 | 73 |
| Binary | 11000001 | 1101100 | 11000000 | 0 | 101100 | 1 | 11000 | 100101101 | 101001 | 111011 |
Color Harmonies of #C16CC0
Complementary color
Monochromatic Colors of #C16CC0
Black with #C16CC0
Text Example
Text Example
White with #C16CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CC0; }
p { color: rgb(193,108,192); }
H1.HeaderClassName
{
color: #C16CC0;
}
.AnyTagClassName
{
color: #C16CC0;
}
</style>
background-color css
<style>
a { background-color: #C16CC0; }
a { background-color: rgb(193,108,192); }
div.DivClassName
{
background-color: #C16CC0;
}
.BgClassName
{
background-color: #C16CC0;
}
</style>
border-color css
<style>
span { border-color: #C16CC0; }
span { border-color: rgb(193,108,192); }
td.TdClassName
{
border-color: #C16CC0;
}
.TagClassName
{
border-color: #C16CC0;
}
</style>