Shades of Fuchsia #C147CC
Tints of Fuchsia #C147CC
RGB
CMYK
RGB Variations
Color information
#C147CC (or 0xC147CC) is known color: Fuchsia. HEX triplet: C1, 47 and CC. RGB value is (193,71,204). Sum of RGB (Red+Green+Blue) = 193+71+204=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #C147CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C147CC is #3EB833. Grayscale: #7A7A7A. Windows color (decimal): -4110388 or 13387713. OLE color: 13387713.
HSL color Cylindrical-coordinate representation of color #C147CC: hue angle of 295.04º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C147CC is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 71 | 204 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.2 |
| HSL | 295.04º | 0.57% | 0.54% | - |
| HSV(B) | 295.04º | 0.65% | 0.8% | - |
| XYZ | 35.14 | 20.2 | 59.17 | - |
| YUV | 122.64 | 173.92 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 204 | 0.05 | 0.65 | 0 | 0.2 | 295.04 | 0.57 | 0.54 |
| Hex | C1 | 47 | CC | 5 | 41 | 0 | 14 | 127 | 39 | 36 |
| Octal | 301 | 107 | 314 | 5 | 101 | 0 | 24 | 447 | 71 | 66 |
| Binary | 11000001 | 1000111 | 11001100 | 101 | 1000001 | 0 | 10100 | 100100111 | 111001 | 110110 |
Color Harmonies of #C147CC
Complementary color
Monochromatic Colors of #C147CC
Black with #C147CC
Text Example
Text Example
White with #C147CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147CC; }
p { color: rgb(193,71,204); }
H1.HeaderClassName
{
color: #C147CC;
}
.AnyTagClassName
{
color: #C147CC;
}
</style>
background-color css
<style>
a { background-color: #C147CC; }
a { background-color: rgb(193,71,204); }
div.DivClassName
{
background-color: #C147CC;
}
.BgClassName
{
background-color: #C147CC;
}
</style>
border-color css
<style>
span { border-color: #C147CC; }
span { border-color: rgb(193,71,204); }
td.TdClassName
{
border-color: #C147CC;
}
.TagClassName
{
border-color: #C147CC;
}
</style>