Shades of Fuchsia #C44EBC
Tints of Fuchsia #C44EBC
RGB
CMYK
RGB Variations
Color information
#C44EBC (or 0xC44EBC) is known color: Fuchsia. HEX triplet: C4, 4E and BC. RGB value is (196,78,188). Sum of RGB (Red+Green+Blue) = 196+78+188=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C44EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44EBC is #3BB143. Grayscale: #7D7D7D. Windows color (decimal): -3912004 or 12340932. OLE color: 12340932.
HSL color Cylindrical-coordinate representation of color #C44EBC: hue angle of 304.07º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44EBC is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 188 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.23 |
| HSL | 304.07º | 0.5% | 0.54% | - |
| HSV(B) | 304.07º | 0.6% | 0.77% | - |
| XYZ | 34.57 | 20.82 | 49.77 | - |
| YUV | 125.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 188 | 0 | 0.60 | 0.04 | 0.23 | 304.07 | 0.5 | 0.54 |
| Hex | C4 | 4E | BC | 0 | 3C | 4 | 17 | 130 | 32 | 36 |
| Octal | 304 | 116 | 274 | 0 | 74 | 4 | 27 | 460 | 62 | 66 |
| Binary | 11000100 | 1001110 | 10111100 | 0 | 111100 | 100 | 10111 | 100110000 | 110010 | 110110 |
Color Harmonies of #C44EBC
Complementary color
Monochromatic Colors of #C44EBC
Black with #C44EBC
Text Example
Text Example
White with #C44EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44EBC; }
p { color: rgb(196,78,188); }
H1.HeaderClassName
{
color: #C44EBC;
}
.AnyTagClassName
{
color: #C44EBC;
}
</style>
background-color css
<style>
a { background-color: #C44EBC; }
a { background-color: rgb(196,78,188); }
div.DivClassName
{
background-color: #C44EBC;
}
.BgClassName
{
background-color: #C44EBC;
}
</style>
border-color css
<style>
span { border-color: #C44EBC; }
span { border-color: rgb(196,78,188); }
td.TdClassName
{
border-color: #C44EBC;
}
.TagClassName
{
border-color: #C44EBC;
}
</style>