Shades of Fuchsia #C44DBC
Tints of Fuchsia #C44DBC
RGB
CMYK
RGB Variations
Color information
#C44DBC (or 0xC44DBC) is known color: Fuchsia. HEX triplet: C4, 4D and BC. RGB value is (196,77,188). Sum of RGB (Red+Green+Blue) = 196+77+188=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C44DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DBC is #3BB243. Grayscale: #7C7C7C. Windows color (decimal): -3912260 or 12340676. OLE color: 12340676.
HSL color Cylindrical-coordinate representation of color #C44DBC: hue angle of 304.03º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44DBC is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 188 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.23 |
| HSL | 304.03º | 0.5% | 0.54% | - |
| HSV(B) | 304.03º | 0.61% | 0.77% | - |
| XYZ | 34.5 | 20.67 | 49.75 | - |
| YUV | 125.24 | 163.42 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 188 | 0 | 0.61 | 0.04 | 0.23 | 304.03 | 0.5 | 0.54 |
| Hex | C4 | 4D | BC | 0 | 3D | 4 | 17 | 130 | 32 | 36 |
| Octal | 304 | 115 | 274 | 0 | 75 | 4 | 27 | 460 | 62 | 66 |
| Binary | 11000100 | 1001101 | 10111100 | 0 | 111101 | 100 | 10111 | 100110000 | 110010 | 110110 |
Color Harmonies of #C44DBC
Complementary color
Monochromatic Colors of #C44DBC
Black with #C44DBC
Text Example
Text Example
White with #C44DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DBC; }
p { color: rgb(196,77,188); }
H1.HeaderClassName
{
color: #C44DBC;
}
.AnyTagClassName
{
color: #C44DBC;
}
</style>
background-color css
<style>
a { background-color: #C44DBC; }
a { background-color: rgb(196,77,188); }
div.DivClassName
{
background-color: #C44DBC;
}
.BgClassName
{
background-color: #C44DBC;
}
</style>
border-color css
<style>
span { border-color: #C44DBC; }
span { border-color: rgb(196,77,188); }
td.TdClassName
{
border-color: #C44DBC;
}
.TagClassName
{
border-color: #C44DBC;
}
</style>