Shades of Fuchsia #C147AC
Tints of Fuchsia #C147AC
RGB
CMYK
RGB Variations
Color information
#C147AC (or 0xC147AC) is known color: Fuchsia. HEX triplet: C1, 47 and AC. RGB value is (193,71,172). Sum of RGB (Red+Green+Blue) = 193+71+172=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C147AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C147AC is #3EB853. Grayscale: #767676. Windows color (decimal): -4110420 or 11290561. OLE color: 11290561.
HSL color Cylindrical-coordinate representation of color #C147AC: hue angle of 310.33º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C147AC is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 172 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.24 |
| HSL | 310.33º | 0.5% | 0.52% | - |
| HSV(B) | 310.33º | 0.63% | 0.76% | - |
| XYZ | 31.69 | 18.82 | 40.99 | - |
| YUV | 118.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 172 | 0 | 0.63 | 0.11 | 0.24 | 310.33 | 0.5 | 0.52 |
| Hex | C1 | 47 | AC | 0 | 3F | B | 18 | 136 | 32 | 34 |
| Octal | 301 | 107 | 254 | 0 | 77 | 13 | 30 | 466 | 62 | 64 |
| Binary | 11000001 | 1000111 | 10101100 | 0 | 111111 | 1011 | 11000 | 100110110 | 110010 | 110100 |
Color Harmonies of #C147AC
Complementary color
Monochromatic Colors of #C147AC
Black with #C147AC
Text Example
Text Example
White with #C147AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147AC; }
p { color: rgb(193,71,172); }
H1.HeaderClassName
{
color: #C147AC;
}
.AnyTagClassName
{
color: #C147AC;
}
</style>
background-color css
<style>
a { background-color: #C147AC; }
a { background-color: rgb(193,71,172); }
div.DivClassName
{
background-color: #C147AC;
}
.BgClassName
{
background-color: #C147AC;
}
</style>
border-color css
<style>
span { border-color: #C147AC; }
span { border-color: rgb(193,71,172); }
td.TdClassName
{
border-color: #C147AC;
}
.TagClassName
{
border-color: #C147AC;
}
</style>