Shades of Fuchsia #C44FAC
Tints of Fuchsia #C44FAC
RGB
CMYK
RGB Variations
Color information
#C44FAC (or 0xC44FAC) is known color: Fuchsia. HEX triplet: C4, 4F and AC. RGB value is (196,79,172). Sum of RGB (Red+Green+Blue) = 196+79+172=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C44FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44FAC is #3BB053. Grayscale: #7C7C7C. Windows color (decimal): -3911764 or 11292612. OLE color: 11292612.
HSL color Cylindrical-coordinate representation of color #C44FAC: hue angle of 312.31º 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 #C44FAC is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 172 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.23 |
| HSL | 312.31º | 0.5% | 0.54% | - |
| HSV(B) | 312.31º | 0.6% | 0.77% | - |
| XYZ | 33.01 | 20.31 | 41.21 | - |
| YUV | 124.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 172 | 0 | 0.60 | 0.12 | 0.23 | 312.31 | 0.5 | 0.54 |
| Hex | C4 | 4F | AC | 0 | 3C | C | 17 | 138 | 32 | 36 |
| Octal | 304 | 117 | 254 | 0 | 74 | 14 | 27 | 470 | 62 | 66 |
| Binary | 11000100 | 1001111 | 10101100 | 0 | 111100 | 1100 | 10111 | 100111000 | 110010 | 110110 |
Color Harmonies of #C44FAC
Complementary color
Monochromatic Colors of #C44FAC
Black with #C44FAC
Text Example
Text Example
White with #C44FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44FAC; }
p { color: rgb(196,79,172); }
H1.HeaderClassName
{
color: #C44FAC;
}
.AnyTagClassName
{
color: #C44FAC;
}
</style>
background-color css
<style>
a { background-color: #C44FAC; }
a { background-color: rgb(196,79,172); }
div.DivClassName
{
background-color: #C44FAC;
}
.BgClassName
{
background-color: #C44FAC;
}
</style>
border-color css
<style>
span { border-color: #C44FAC; }
span { border-color: rgb(196,79,172); }
td.TdClassName
{
border-color: #C44FAC;
}
.TagClassName
{
border-color: #C44FAC;
}
</style>