Shades of Fuchsia #C44EC8
Tints of Fuchsia #C44EC8
RGB
CMYK
RGB Variations
Color information
#C44EC8 (or 0xC44EC8) is known color: Fuchsia. HEX triplet: C4, 4E and C8. RGB value is (196,78,200). Sum of RGB (Red+Green+Blue) = 196+78+200=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #C44EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44EC8 is #3BB137. Grayscale: #7E7E7E. Windows color (decimal): -3911992 or 13127364. OLE color: 13127364.
HSL color Cylindrical-coordinate representation of color #C44EC8: hue angle of 298.03º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44EC8 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 78 | 200 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.22 |
| HSL | 298.03º | 0.53% | 0.55% | - |
| HSV(B) | 298.03º | 0.61% | 0.78% | - |
| XYZ | 35.91 | 21.35 | 56.87 | - |
| YUV | 127.19 | 169.09 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 200 | 0.02 | 0.61 | 0 | 0.22 | 298.03 | 0.53 | 0.55 |
| Hex | C4 | 4E | C8 | 2 | 3D | 0 | 16 | 12A | 35 | 37 |
| Octal | 304 | 116 | 310 | 2 | 75 | 0 | 26 | 452 | 65 | 67 |
| Binary | 11000100 | 1001110 | 11001000 | 10 | 111101 | 0 | 10110 | 100101010 | 110101 | 110111 |
Color Harmonies of #C44EC8
Complementary color
Monochromatic Colors of #C44EC8
Black with #C44EC8
Text Example
Text Example
White with #C44EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44EC8; }
p { color: rgb(196,78,200); }
H1.HeaderClassName
{
color: #C44EC8;
}
.AnyTagClassName
{
color: #C44EC8;
}
</style>
background-color css
<style>
a { background-color: #C44EC8; }
a { background-color: rgb(196,78,200); }
div.DivClassName
{
background-color: #C44EC8;
}
.BgClassName
{
background-color: #C44EC8;
}
</style>
border-color css
<style>
span { border-color: #C44EC8; }
span { border-color: rgb(196,78,200); }
td.TdClassName
{
border-color: #C44EC8;
}
.TagClassName
{
border-color: #C44EC8;
}
</style>