Shades of Fuchsia #C147B5
Tints of Fuchsia #C147B5
RGB
CMYK
RGB Variations
Color information
#C147B5 (or 0xC147B5) is known color: Fuchsia. HEX triplet: C1, 47 and B5. RGB value is (193,71,181). Sum of RGB (Red+Green+Blue) = 193+71+181=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C147B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C147B5 is #3EB84A. Grayscale: #777777. Windows color (decimal): -4110411 or 11880385. OLE color: 11880385.
HSL color Cylindrical-coordinate representation of color #C147B5: hue angle of 305.9º 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 #C147B5 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 181 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.24 |
| HSL | 305.9º | 0.5% | 0.52% | - |
| HSV(B) | 305.9º | 0.63% | 0.76% | - |
| XYZ | 32.59 | 19.18 | 45.7 | - |
| YUV | 120.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 181 | 0 | 0.63 | 0.06 | 0.24 | 305.9 | 0.5 | 0.52 |
| Hex | C1 | 47 | B5 | 0 | 3F | 6 | 18 | 132 | 32 | 34 |
| Octal | 301 | 107 | 265 | 0 | 77 | 6 | 30 | 462 | 62 | 64 |
| Binary | 11000001 | 1000111 | 10110101 | 0 | 111111 | 110 | 11000 | 100110010 | 110010 | 110100 |
Color Harmonies of #C147B5
Complementary color
Monochromatic Colors of #C147B5
Black with #C147B5
Text Example
Text Example
White with #C147B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147B5; }
p { color: rgb(193,71,181); }
H1.HeaderClassName
{
color: #C147B5;
}
.AnyTagClassName
{
color: #C147B5;
}
</style>
background-color css
<style>
a { background-color: #C147B5; }
a { background-color: rgb(193,71,181); }
div.DivClassName
{
background-color: #C147B5;
}
.BgClassName
{
background-color: #C147B5;
}
</style>
border-color css
<style>
span { border-color: #C147B5; }
span { border-color: rgb(193,71,181); }
td.TdClassName
{
border-color: #C147B5;
}
.TagClassName
{
border-color: #C147B5;
}
</style>