Shades of Fuchsia #C440AE
Tints of Fuchsia #C440AE
RGB
CMYK
RGB Variations
Color information
#C440AE (or 0xC440AE) is known color: Fuchsia. HEX triplet: C4, 40 and AE. RGB value is (196,64,174). Sum of RGB (Red+Green+Blue) = 196+64+174=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C440AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C440AE is #3BBF51. Grayscale: #737373. Windows color (decimal): -3915602 or 11419844. OLE color: 11419844.
HSL color Cylindrical-coordinate representation of color #C440AE: hue angle of 310º 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 #C440AE is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 174 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.23 |
| HSL | 310º | 0.53% | 0.51% | - |
| HSV(B) | 310º | 0.67% | 0.77% | - |
| XYZ | 32.24 | 18.46 | 41.91 | - |
| YUV | 116.01 | 160.73 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 174 | 0 | 0.67 | 0.11 | 0.23 | 310 | 0.53 | 0.51 |
| Hex | C4 | 40 | AE | 0 | 43 | B | 17 | 136 | 35 | 33 |
| Octal | 304 | 100 | 256 | 0 | 103 | 13 | 27 | 466 | 65 | 63 |
| Binary | 11000100 | 1000000 | 10101110 | 0 | 1000011 | 1011 | 10111 | 100110110 | 110101 | 110011 |
Color Harmonies of #C440AE
Complementary color
Monochromatic Colors of #C440AE
Black with #C440AE
Text Example
Text Example
White with #C440AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440AE; }
p { color: rgb(196,64,174); }
H1.HeaderClassName
{
color: #C440AE;
}
.AnyTagClassName
{
color: #C440AE;
}
</style>
background-color css
<style>
a { background-color: #C440AE; }
a { background-color: rgb(196,64,174); }
div.DivClassName
{
background-color: #C440AE;
}
.BgClassName
{
background-color: #C440AE;
}
</style>
border-color css
<style>
span { border-color: #C440AE; }
span { border-color: rgb(196,64,174); }
td.TdClassName
{
border-color: #C440AE;
}
.TagClassName
{
border-color: #C440AE;
}
</style>