Shades of Fuchsia #C441AE
Tints of Fuchsia #C441AE
RGB
CMYK
RGB Variations
Color information
#C441AE (or 0xC441AE) is known color: Fuchsia. HEX triplet: C4, 41 and AE. RGB value is (196,65,174). Sum of RGB (Red+Green+Blue) = 196+65+174=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C441AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C441AE is #3BBE51. Grayscale: #747474. Windows color (decimal): -3915346 or 11420100. OLE color: 11420100.
HSL color Cylindrical-coordinate representation of color #C441AE: hue angle of 310.08º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C441AE is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 174 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.23 |
| HSL | 310.08º | 0.53% | 0.51% | - |
| HSV(B) | 310.08º | 0.67% | 0.77% | - |
| XYZ | 32.3 | 18.57 | 41.93 | - |
| YUV | 116.6 | 160.4 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 174 | 0 | 0.67 | 0.11 | 0.23 | 310.08 | 0.53 | 0.51 |
| Hex | C4 | 41 | AE | 0 | 43 | B | 17 | 136 | 35 | 33 |
| Octal | 304 | 101 | 256 | 0 | 103 | 13 | 27 | 466 | 65 | 63 |
| Binary | 11000100 | 1000001 | 10101110 | 0 | 1000011 | 1011 | 10111 | 100110110 | 110101 | 110011 |
Color Harmonies of #C441AE
Complementary color
Monochromatic Colors of #C441AE
Black with #C441AE
Text Example
Text Example
White with #C441AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C441AE; }
p { color: rgb(196,65,174); }
H1.HeaderClassName
{
color: #C441AE;
}
.AnyTagClassName
{
color: #C441AE;
}
</style>
background-color css
<style>
a { background-color: #C441AE; }
a { background-color: rgb(196,65,174); }
div.DivClassName
{
background-color: #C441AE;
}
.BgClassName
{
background-color: #C441AE;
}
</style>
border-color css
<style>
span { border-color: #C441AE; }
span { border-color: rgb(196,65,174); }
td.TdClassName
{
border-color: #C441AE;
}
.TagClassName
{
border-color: #C441AE;
}
</style>