Shades of Fuchsia #C147BC
Tints of Fuchsia #C147BC
RGB
CMYK
RGB Variations
Color information
#C147BC (or 0xC147BC) is known color: Fuchsia. HEX triplet: C1, 47 and BC. RGB value is (193,71,188). Sum of RGB (Red+Green+Blue) = 193+71+188=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C147BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C147BC is #3EB843. Grayscale: #787878. Windows color (decimal): -4110404 or 12339137. OLE color: 12339137.
HSL color Cylindrical-coordinate representation of color #C147BC: hue angle of 302.46º 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 #C147BC is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 188 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.24 |
| HSL | 302.46º | 0.5% | 0.52% | - |
| HSV(B) | 302.46º | 0.63% | 0.76% | - |
| XYZ | 33.32 | 19.47 | 49.58 | - |
| YUV | 120.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 188 | 0 | 0.63 | 0.03 | 0.24 | 302.46 | 0.5 | 0.52 |
| Hex | C1 | 47 | BC | 0 | 3F | 3 | 18 | 12E | 32 | 34 |
| Octal | 301 | 107 | 274 | 0 | 77 | 3 | 30 | 456 | 62 | 64 |
| Binary | 11000001 | 1000111 | 10111100 | 0 | 111111 | 11 | 11000 | 100101110 | 110010 | 110100 |
Color Harmonies of #C147BC
Complementary color
Monochromatic Colors of #C147BC
Black with #C147BC
Text Example
Text Example
White with #C147BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147BC; }
p { color: rgb(193,71,188); }
H1.HeaderClassName
{
color: #C147BC;
}
.AnyTagClassName
{
color: #C147BC;
}
</style>
background-color css
<style>
a { background-color: #C147BC; }
a { background-color: rgb(193,71,188); }
div.DivClassName
{
background-color: #C147BC;
}
.BgClassName
{
background-color: #C147BC;
}
</style>
border-color css
<style>
span { border-color: #C147BC; }
span { border-color: rgb(193,71,188); }
td.TdClassName
{
border-color: #C147BC;
}
.TagClassName
{
border-color: #C147BC;
}
</style>