Shades of Fuchsia #C047C8
Tints of Fuchsia #C047C8
RGB
CMYK
RGB Variations
Color information
#C047C8 (or 0xC047C8) is known color: Fuchsia. HEX triplet: C0, 47 and C8. RGB value is (192,71,200). Sum of RGB (Red+Green+Blue) = 192+71+200=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #C047C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047C8 is #3FB837. Grayscale: #797979. Windows color (decimal): -4175928 or 13125568. OLE color: 13125568.
HSL color Cylindrical-coordinate representation of color #C047C8: hue angle of 296.28º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C047C8 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 71 | 200 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.22 |
| HSL | 296.28º | 0.54% | 0.53% | - |
| HSV(B) | 296.28º | 0.65% | 0.78% | - |
| XYZ | 34.42 | 19.88 | 56.67 | - |
| YUV | 121.89 | 172.09 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 200 | 0.04 | 0.64 | 0 | 0.22 | 296.28 | 0.54 | 0.53 |
| Hex | C0 | 47 | C8 | 4 | 40 | 0 | 16 | 128 | 36 | 35 |
| Octal | 300 | 107 | 310 | 4 | 100 | 0 | 26 | 450 | 66 | 65 |
| Binary | 11000000 | 1000111 | 11001000 | 100 | 1000000 | 0 | 10110 | 100101000 | 110110 | 110101 |
Color Harmonies of #C047C8
Complementary color
Monochromatic Colors of #C047C8
Black with #C047C8
Text Example
Text Example
White with #C047C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047C8; }
p { color: rgb(192,71,200); }
H1.HeaderClassName
{
color: #C047C8;
}
.AnyTagClassName
{
color: #C047C8;
}
</style>
background-color css
<style>
a { background-color: #C047C8; }
a { background-color: rgb(192,71,200); }
div.DivClassName
{
background-color: #C047C8;
}
.BgClassName
{
background-color: #C047C8;
}
</style>
border-color css
<style>
span { border-color: #C047C8; }
span { border-color: rgb(192,71,200); }
td.TdClassName
{
border-color: #C047C8;
}
.TagClassName
{
border-color: #C047C8;
}
</style>