Shades of Fuchsia #C147AA
Tints of Fuchsia #C147AA
RGB
CMYK
RGB Variations
Color information
#C147AA (or 0xC147AA) is known color: Fuchsia. HEX triplet: C1, 47 and AA. RGB value is (193,71,170). Sum of RGB (Red+Green+Blue) = 193+71+170=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C147AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C147AA is #3EB855. Grayscale: #767676. Windows color (decimal): -4110422 or 11159489. OLE color: 11159489.
HSL color Cylindrical-coordinate representation of color #C147AA: hue angle of 311.31º 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 #C147AA is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 170 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.24 |
| HSL | 311.31º | 0.5% | 0.52% | - |
| HSV(B) | 311.31º | 0.63% | 0.76% | - |
| XYZ | 31.5 | 18.75 | 39.99 | - |
| YUV | 118.76 | 156.92 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 170 | 0 | 0.63 | 0.12 | 0.24 | 311.31 | 0.5 | 0.52 |
| Hex | C1 | 47 | AA | 0 | 3F | C | 18 | 137 | 32 | 34 |
| Octal | 301 | 107 | 252 | 0 | 77 | 14 | 30 | 467 | 62 | 64 |
| Binary | 11000001 | 1000111 | 10101010 | 0 | 111111 | 1100 | 11000 | 100110111 | 110010 | 110100 |
Color Harmonies of #C147AA
Complementary color
Monochromatic Colors of #C147AA
Black with #C147AA
Text Example
Text Example
White with #C147AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147AA; }
p { color: rgb(193,71,170); }
H1.HeaderClassName
{
color: #C147AA;
}
.AnyTagClassName
{
color: #C147AA;
}
</style>
background-color css
<style>
a { background-color: #C147AA; }
a { background-color: rgb(193,71,170); }
div.DivClassName
{
background-color: #C147AA;
}
.BgClassName
{
background-color: #C147AA;
}
</style>
border-color css
<style>
span { border-color: #C147AA; }
span { border-color: rgb(193,71,170); }
td.TdClassName
{
border-color: #C147AA;
}
.TagClassName
{
border-color: #C147AA;
}
</style>