Shades of Fuchsia #C044AE
Tints of Fuchsia #C044AE
RGB
CMYK
RGB Variations
Color information
#C044AE (or 0xC044AE) is known color: Fuchsia. HEX triplet: C0, 44 and AE. RGB value is (192,68,174). Sum of RGB (Red+Green+Blue) = 192+68+174=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C044AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C044AE is #3FBB51. Grayscale: #747474. Windows color (decimal): -4176722 or 11420864. OLE color: 11420864.
HSL color Cylindrical-coordinate representation of color #C044AE: hue angle of 308.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C044AE is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 174 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.25 |
| HSL | 308.71º | 0.5% | 0.51% | - |
| HSV(B) | 308.71º | 0.65% | 0.75% | - |
| XYZ | 31.45 | 18.4 | 41.94 | - |
| YUV | 117.16 | 160.08 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 174 | 0 | 0.65 | 0.09 | 0.25 | 308.71 | 0.5 | 0.51 |
| Hex | C0 | 44 | AE | 0 | 41 | 9 | 19 | 135 | 32 | 33 |
| Octal | 300 | 104 | 256 | 0 | 101 | 11 | 31 | 465 | 62 | 63 |
| Binary | 11000000 | 1000100 | 10101110 | 0 | 1000001 | 1001 | 11001 | 100110101 | 110010 | 110011 |
Color Harmonies of #C044AE
Complementary color
Monochromatic Colors of #C044AE
Black with #C044AE
Text Example
Text Example
White with #C044AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044AE; }
p { color: rgb(192,68,174); }
H1.HeaderClassName
{
color: #C044AE;
}
.AnyTagClassName
{
color: #C044AE;
}
</style>
background-color css
<style>
a { background-color: #C044AE; }
a { background-color: rgb(192,68,174); }
div.DivClassName
{
background-color: #C044AE;
}
.BgClassName
{
background-color: #C044AE;
}
</style>
border-color css
<style>
span { border-color: #C044AE; }
span { border-color: rgb(192,68,174); }
td.TdClassName
{
border-color: #C044AE;
}
.TagClassName
{
border-color: #C044AE;
}
</style>