Shades of Fuchsia #C147A9
Tints of Fuchsia #C147A9
RGB
CMYK
RGB Variations
Color information
#C147A9 (or 0xC147A9) is known color: Fuchsia. HEX triplet: C1, 47 and A9. RGB value is (193,71,169). Sum of RGB (Red+Green+Blue) = 193+71+169=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C147A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C147A9 is #3EB856. Grayscale: #767676. Windows color (decimal): -4110423 or 11093953. OLE color: 11093953.
HSL color Cylindrical-coordinate representation of color #C147A9: hue angle of 311.8º 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 #C147A9 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 169 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.24 |
| HSL | 311.8º | 0.5% | 0.52% | - |
| HSV(B) | 311.8º | 0.63% | 0.76% | - |
| XYZ | 31.41 | 18.71 | 39.49 | - |
| YUV | 118.65 | 156.42 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 169 | 0 | 0.63 | 0.12 | 0.24 | 311.8 | 0.5 | 0.52 |
| Hex | C1 | 47 | A9 | 0 | 3F | C | 18 | 138 | 32 | 34 |
| Octal | 301 | 107 | 251 | 0 | 77 | 14 | 30 | 470 | 62 | 64 |
| Binary | 11000001 | 1000111 | 10101001 | 0 | 111111 | 1100 | 11000 | 100111000 | 110010 | 110100 |
Color Harmonies of #C147A9
Complementary color
Monochromatic Colors of #C147A9
Black with #C147A9
Text Example
Text Example
White with #C147A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147A9; }
p { color: rgb(193,71,169); }
H1.HeaderClassName
{
color: #C147A9;
}
.AnyTagClassName
{
color: #C147A9;
}
</style>
background-color css
<style>
a { background-color: #C147A9; }
a { background-color: rgb(193,71,169); }
div.DivClassName
{
background-color: #C147A9;
}
.BgClassName
{
background-color: #C147A9;
}
</style>
border-color css
<style>
span { border-color: #C147A9; }
span { border-color: rgb(193,71,169); }
td.TdClassName
{
border-color: #C147A9;
}
.TagClassName
{
border-color: #C147A9;
}
</style>