Shades of Fuchsia #C147A8
Tints of Fuchsia #C147A8
RGB
CMYK
RGB Variations
Color information
#C147A8 (or 0xC147A8) is known color: Fuchsia. HEX triplet: C1, 47 and A8. RGB value is (193,71,168). Sum of RGB (Red+Green+Blue) = 193+71+168=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C147A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C147A8 is #3EB857. Grayscale: #767676. Windows color (decimal): -4110424 or 11028417. OLE color: 11028417.
HSL color Cylindrical-coordinate representation of color #C147A8: hue angle of 312.3º 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 #C147A8 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 168 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.24 |
| HSL | 312.3º | 0.5% | 0.52% | - |
| HSV(B) | 312.3º | 0.63% | 0.76% | - |
| XYZ | 31.31 | 18.67 | 39 | - |
| YUV | 118.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 168 | 0 | 0.63 | 0.13 | 0.24 | 312.3 | 0.5 | 0.52 |
| Hex | C1 | 47 | A8 | 0 | 3F | D | 18 | 138 | 32 | 34 |
| Octal | 301 | 107 | 250 | 0 | 77 | 15 | 30 | 470 | 62 | 64 |
| Binary | 11000001 | 1000111 | 10101000 | 0 | 111111 | 1101 | 11000 | 100111000 | 110010 | 110100 |
Color Harmonies of #C147A8
Complementary color
Monochromatic Colors of #C147A8
Black with #C147A8
Text Example
Text Example
White with #C147A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147A8; }
p { color: rgb(193,71,168); }
H1.HeaderClassName
{
color: #C147A8;
}
.AnyTagClassName
{
color: #C147A8;
}
</style>
background-color css
<style>
a { background-color: #C147A8; }
a { background-color: rgb(193,71,168); }
div.DivClassName
{
background-color: #C147A8;
}
.BgClassName
{
background-color: #C147A8;
}
</style>
border-color css
<style>
span { border-color: #C147A8; }
span { border-color: rgb(193,71,168); }
td.TdClassName
{
border-color: #C147A8;
}
.TagClassName
{
border-color: #C147A8;
}
</style>