Shades of Fuchsia #C147C1
Tints of Fuchsia #C147C1
RGB
CMYK
RGB Variations
Color information
#C147C1 (or 0xC147C1) is known color: Fuchsia. HEX triplet: C1, 47 and C1. RGB value is (193,71,193). Sum of RGB (Red+Green+Blue) = 193+71+193=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C147C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C147C1 is #3EB83E. Grayscale: #797979. Windows color (decimal): -4110399 or 12666817. OLE color: 12666817.
HSL color Cylindrical-coordinate representation of color #C147C1: hue angle of 300º 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 #C147C1 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 193 | - |
| CMYK | 0 | 0.63 | 0 | 0.24 |
| HSL | 300º | 0.5% | 0.52% | - |
| HSV(B) | 300º | 0.63% | 0.76% | - |
| XYZ | 33.87 | 19.69 | 52.47 | - |
| YUV | 121.39 | 168.42 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 193 | 0 | 0.63 | 0 | 0.24 | 300 | 0.5 | 0.52 |
| Hex | C1 | 47 | C1 | 0 | 3F | 0 | 18 | 12C | 32 | 34 |
| Octal | 301 | 107 | 301 | 0 | 77 | 0 | 30 | 454 | 62 | 64 |
| Binary | 11000001 | 1000111 | 11000001 | 0 | 111111 | 0 | 11000 | 100101100 | 110010 | 110100 |
Color Harmonies of #C147C1
Complementary color
Monochromatic Colors of #C147C1
Black with #C147C1
Text Example
Text Example
White with #C147C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147C1; }
p { color: rgb(193,71,193); }
H1.HeaderClassName
{
color: #C147C1;
}
.AnyTagClassName
{
color: #C147C1;
}
</style>
background-color css
<style>
a { background-color: #C147C1; }
a { background-color: rgb(193,71,193); }
div.DivClassName
{
background-color: #C147C1;
}
.BgClassName
{
background-color: #C147C1;
}
</style>
border-color css
<style>
span { border-color: #C147C1; }
span { border-color: rgb(193,71,193); }
td.TdClassName
{
border-color: #C147C1;
}
.TagClassName
{
border-color: #C147C1;
}
</style>