Shades of Fuchsia #C16AB4
Tints of Fuchsia #C16AB4
RGB
CMYK
RGB Variations
Color information
#C16AB4 (or 0xC16AB4) is known color: Fuchsia. HEX triplet: C1, 6A and B4. RGB value is (193,106,180). Sum of RGB (Red+Green+Blue) = 193+106+180=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C16AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16AB4 is #3E954B. Grayscale: #8C8C8C. Windows color (decimal): -4101452 or 11823809. OLE color: 11823809.
HSL color Cylindrical-coordinate representation of color #C16AB4: hue angle of 308.97º 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 #C16AB4 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 106 | 180 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.24 |
| HSL | 308.97º | 0.41% | 0.59% | - |
| HSV(B) | 308.97º | 0.45% | 0.76% | - |
| XYZ | 35.38 | 24.94 | 46.13 | - |
| YUV | 140.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 180 | 0 | 0.45 | 0.07 | 0.24 | 308.97 | 0.41 | 0.59 |
| Hex | C1 | 6A | B4 | 0 | 2D | 7 | 18 | 135 | 29 | 3B |
| Octal | 301 | 152 | 264 | 0 | 55 | 7 | 30 | 465 | 51 | 73 |
| Binary | 11000001 | 1101010 | 10110100 | 0 | 101101 | 111 | 11000 | 100110101 | 101001 | 111011 |
Color Harmonies of #C16AB4
Complementary color
Monochromatic Colors of #C16AB4
Black with #C16AB4
Text Example
Text Example
White with #C16AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16AB4; }
p { color: rgb(193,106,180); }
H1.HeaderClassName
{
color: #C16AB4;
}
.AnyTagClassName
{
color: #C16AB4;
}
</style>
background-color css
<style>
a { background-color: #C16AB4; }
a { background-color: rgb(193,106,180); }
div.DivClassName
{
background-color: #C16AB4;
}
.BgClassName
{
background-color: #C16AB4;
}
</style>
border-color css
<style>
span { border-color: #C16AB4; }
span { border-color: rgb(193,106,180); }
td.TdClassName
{
border-color: #C16AB4;
}
.TagClassName
{
border-color: #C16AB4;
}
</style>