Shades of Fuchsia #C44FAE
Tints of Fuchsia #C44FAE
RGB
CMYK
RGB Variations
Color information
#C44FAE (or 0xC44FAE) is known color: Fuchsia. HEX triplet: C4, 4F and AE. RGB value is (196,79,174). Sum of RGB (Red+Green+Blue) = 196+79+174=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C44FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44FAE is #3BB051. Grayscale: #7C7C7C. Windows color (decimal): -3911762 or 11423684. OLE color: 11423684.
HSL color Cylindrical-coordinate representation of color #C44FAE: hue angle of 311.28º 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 #C44FAE is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 174 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.23 |
| HSL | 311.28º | 0.5% | 0.54% | - |
| HSV(B) | 311.28º | 0.6% | 0.77% | - |
| XYZ | 33.2 | 20.38 | 42.23 | - |
| YUV | 124.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 174 | 0 | 0.60 | 0.11 | 0.23 | 311.28 | 0.5 | 0.54 |
| Hex | C4 | 4F | AE | 0 | 3C | B | 17 | 137 | 32 | 36 |
| Octal | 304 | 117 | 256 | 0 | 74 | 13 | 27 | 467 | 62 | 66 |
| Binary | 11000100 | 1001111 | 10101110 | 0 | 111100 | 1011 | 10111 | 100110111 | 110010 | 110110 |
Color Harmonies of #C44FAE
Complementary color
Monochromatic Colors of #C44FAE
Black with #C44FAE
Text Example
Text Example
White with #C44FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44FAE; }
p { color: rgb(196,79,174); }
H1.HeaderClassName
{
color: #C44FAE;
}
.AnyTagClassName
{
color: #C44FAE;
}
</style>
background-color css
<style>
a { background-color: #C44FAE; }
a { background-color: rgb(196,79,174); }
div.DivClassName
{
background-color: #C44FAE;
}
.BgClassName
{
background-color: #C44FAE;
}
</style>
border-color css
<style>
span { border-color: #C44FAE; }
span { border-color: rgb(196,79,174); }
td.TdClassName
{
border-color: #C44FAE;
}
.TagClassName
{
border-color: #C44FAE;
}
</style>