Shades of Fuchsia #C16AC0
Tints of Fuchsia #C16AC0
RGB
CMYK
RGB Variations
Color information
#C16AC0 (or 0xC16AC0) is known color: Fuchsia. HEX triplet: C1, 6A and C0. RGB value is (193,106,192). Sum of RGB (Red+Green+Blue) = 193+106+192=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C16AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16AC0 is #3E953F. Grayscale: #8D8D8D. Windows color (decimal): -4101440 or 12610241. OLE color: 12610241.
HSL color Cylindrical-coordinate representation of color #C16AC0: hue angle of 300.69º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C16AC0 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 106 | 192 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.24 |
| HSL | 300.69º | 0.41% | 0.59% | - |
| HSV(B) | 300.69º | 0.45% | 0.76% | - |
| XYZ | 36.66 | 25.45 | 52.85 | - |
| YUV | 141.82 | 156.32 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 192 | 0 | 0.45 | 0.01 | 0.24 | 300.69 | 0.41 | 0.59 |
| Hex | C1 | 6A | C0 | 0 | 2D | 1 | 18 | 12D | 29 | 3B |
| Octal | 301 | 152 | 300 | 0 | 55 | 1 | 30 | 455 | 51 | 73 |
| Binary | 11000001 | 1101010 | 11000000 | 0 | 101101 | 1 | 11000 | 100101101 | 101001 | 111011 |
Color Harmonies of #C16AC0
Complementary color
Monochromatic Colors of #C16AC0
Black with #C16AC0
Text Example
Text Example
White with #C16AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16AC0; }
p { color: rgb(193,106,192); }
H1.HeaderClassName
{
color: #C16AC0;
}
.AnyTagClassName
{
color: #C16AC0;
}
</style>
background-color css
<style>
a { background-color: #C16AC0; }
a { background-color: rgb(193,106,192); }
div.DivClassName
{
background-color: #C16AC0;
}
.BgClassName
{
background-color: #C16AC0;
}
</style>
border-color css
<style>
span { border-color: #C16AC0; }
span { border-color: rgb(193,106,192); }
td.TdClassName
{
border-color: #C16AC0;
}
.TagClassName
{
border-color: #C16AC0;
}
</style>