Shades of Fuchsia #C147AD
Tints of Fuchsia #C147AD
RGB
CMYK
RGB Variations
Color information
#C147AD (or 0xC147AD) is known color: Fuchsia. HEX triplet: C1, 47 and AD. RGB value is (193,71,173). Sum of RGB (Red+Green+Blue) = 193+71+173=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C147AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C147AD is #3EB852. Grayscale: #767676. Windows color (decimal): -4110419 or 11356097. OLE color: 11356097.
HSL color Cylindrical-coordinate representation of color #C147AD: hue angle of 309.84º 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 #C147AD is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 173 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.24 |
| HSL | 309.84º | 0.5% | 0.52% | - |
| HSV(B) | 309.84º | 0.63% | 0.76% | - |
| XYZ | 31.79 | 18.86 | 41.5 | - |
| YUV | 119.11 | 158.42 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 173 | 0 | 0.63 | 0.10 | 0.24 | 309.84 | 0.5 | 0.52 |
| Hex | C1 | 47 | AD | 0 | 3F | A | 18 | 136 | 32 | 34 |
| Octal | 301 | 107 | 255 | 0 | 77 | 12 | 30 | 466 | 62 | 64 |
| Binary | 11000001 | 1000111 | 10101101 | 0 | 111111 | 1010 | 11000 | 100110110 | 110010 | 110100 |
Color Harmonies of #C147AD
Complementary color
Monochromatic Colors of #C147AD
Black with #C147AD
Text Example
Text Example
White with #C147AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147AD; }
p { color: rgb(193,71,173); }
H1.HeaderClassName
{
color: #C147AD;
}
.AnyTagClassName
{
color: #C147AD;
}
</style>
background-color css
<style>
a { background-color: #C147AD; }
a { background-color: rgb(193,71,173); }
div.DivClassName
{
background-color: #C147AD;
}
.BgClassName
{
background-color: #C147AD;
}
</style>
border-color css
<style>
span { border-color: #C147AD; }
span { border-color: rgb(193,71,173); }
td.TdClassName
{
border-color: #C147AD;
}
.TagClassName
{
border-color: #C147AD;
}
</style>