Shades of Fuchsia #C147B9
Tints of Fuchsia #C147B9
RGB
CMYK
RGB Variations
Color information
#C147B9 (or 0xC147B9) is known color: Fuchsia. HEX triplet: C1, 47 and B9. RGB value is (193,71,185). Sum of RGB (Red+Green+Blue) = 193+71+185=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C147B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C147B9 is #3EB846. Grayscale: #787878. Windows color (decimal): -4110407 or 12142529. OLE color: 12142529.
HSL color Cylindrical-coordinate representation of color #C147B9: hue angle of 303.93º 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 #C147B9 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 185 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.24 |
| HSL | 303.93º | 0.5% | 0.52% | - |
| HSV(B) | 303.93º | 0.63% | 0.76% | - |
| XYZ | 33 | 19.35 | 47.89 | - |
| YUV | 120.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 185 | 0 | 0.63 | 0.04 | 0.24 | 303.93 | 0.5 | 0.52 |
| Hex | C1 | 47 | B9 | 0 | 3F | 4 | 18 | 130 | 32 | 34 |
| Octal | 301 | 107 | 271 | 0 | 77 | 4 | 30 | 460 | 62 | 64 |
| Binary | 11000001 | 1000111 | 10111001 | 0 | 111111 | 100 | 11000 | 100110000 | 110010 | 110100 |
Color Harmonies of #C147B9
Complementary color
Monochromatic Colors of #C147B9
Black with #C147B9
Text Example
Text Example
White with #C147B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147B9; }
p { color: rgb(193,71,185); }
H1.HeaderClassName
{
color: #C147B9;
}
.AnyTagClassName
{
color: #C147B9;
}
</style>
background-color css
<style>
a { background-color: #C147B9; }
a { background-color: rgb(193,71,185); }
div.DivClassName
{
background-color: #C147B9;
}
.BgClassName
{
background-color: #C147B9;
}
</style>
border-color css
<style>
span { border-color: #C147B9; }
span { border-color: rgb(193,71,185); }
td.TdClassName
{
border-color: #C147B9;
}
.TagClassName
{
border-color: #C147B9;
}
</style>