Shades of Fuchsia #C44FBC
Tints of Fuchsia #C44FBC
RGB
CMYK
RGB Variations
Color information
#C44FBC (or 0xC44FBC) is known color: Fuchsia. HEX triplet: C4, 4F and BC. RGB value is (196,79,188). Sum of RGB (Red+Green+Blue) = 196+79+188=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C44FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44FBC is #3BB043. Grayscale: #7E7E7E. Windows color (decimal): -3911748 or 12341188. OLE color: 12341188.
HSL color Cylindrical-coordinate representation of color #C44FBC: hue angle of 304.1º 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 #C44FBC is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 188 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.23 |
| HSL | 304.1º | 0.5% | 0.54% | - |
| HSV(B) | 304.1º | 0.6% | 0.77% | - |
| XYZ | 34.64 | 20.96 | 49.8 | - |
| YUV | 126.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 188 | 0 | 0.60 | 0.04 | 0.23 | 304.1 | 0.5 | 0.54 |
| Hex | C4 | 4F | BC | 0 | 3C | 4 | 17 | 130 | 32 | 36 |
| Octal | 304 | 117 | 274 | 0 | 74 | 4 | 27 | 460 | 62 | 66 |
| Binary | 11000100 | 1001111 | 10111100 | 0 | 111100 | 100 | 10111 | 100110000 | 110010 | 110110 |
Color Harmonies of #C44FBC
Complementary color
Monochromatic Colors of #C44FBC
Black with #C44FBC
Text Example
Text Example
White with #C44FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44FBC; }
p { color: rgb(196,79,188); }
H1.HeaderClassName
{
color: #C44FBC;
}
.AnyTagClassName
{
color: #C44FBC;
}
</style>
background-color css
<style>
a { background-color: #C44FBC; }
a { background-color: rgb(196,79,188); }
div.DivClassName
{
background-color: #C44FBC;
}
.BgClassName
{
background-color: #C44FBC;
}
</style>
border-color css
<style>
span { border-color: #C44FBC; }
span { border-color: rgb(196,79,188); }
td.TdClassName
{
border-color: #C44FBC;
}
.TagClassName
{
border-color: #C44FBC;
}
</style>