Shades of Fuchsia #C147A7
Tints of Fuchsia #C147A7
RGB
CMYK
RGB Variations
Color information
#C147A7 (or 0xC147A7) is known color: Fuchsia. HEX triplet: C1, 47 and A7. RGB value is (193,71,167). Sum of RGB (Red+Green+Blue) = 193+71+167=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 167 (65.62% from 255 or 38.75% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C147A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C147A7 is #3EB858. Grayscale: #767676. Windows color (decimal): -4110425 or 10962881. OLE color: 10962881.
HSL color Cylindrical-coordinate representation of color #C147A7: hue angle of 312.79º 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 #C147A7 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 167 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.24 |
| HSL | 312.79º | 0.5% | 0.52% | - |
| HSV(B) | 312.79º | 0.63% | 0.76% | - |
| XYZ | 31.22 | 18.63 | 38.51 | - |
| YUV | 118.42 | 155.42 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 167 | 0 | 0.63 | 0.13 | 0.24 | 312.79 | 0.5 | 0.52 |
| Hex | C1 | 47 | A7 | 0 | 3F | D | 18 | 139 | 32 | 34 |
| Octal | 301 | 107 | 247 | 0 | 77 | 15 | 30 | 471 | 62 | 64 |
| Binary | 11000001 | 1000111 | 10100111 | 0 | 111111 | 1101 | 11000 | 100111001 | 110010 | 110100 |
Color Harmonies of #C147A7
Complementary color
Monochromatic Colors of #C147A7
Black with #C147A7
Text Example
Text Example
White with #C147A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147A7; }
p { color: rgb(193,71,167); }
H1.HeaderClassName
{
color: #C147A7;
}
.AnyTagClassName
{
color: #C147A7;
}
</style>
background-color css
<style>
a { background-color: #C147A7; }
a { background-color: rgb(193,71,167); }
div.DivClassName
{
background-color: #C147A7;
}
.BgClassName
{
background-color: #C147A7;
}
</style>
border-color css
<style>
span { border-color: #C147A7; }
span { border-color: rgb(193,71,167); }
td.TdClassName
{
border-color: #C147A7;
}
.TagClassName
{
border-color: #C147A7;
}
</style>