Shades of Fuchsia #C04FAE
Tints of Fuchsia #C04FAE
RGB
CMYK
RGB Variations
Color information
#C04FAE (or 0xC04FAE) is known color: Fuchsia. HEX triplet: C0, 4F and AE. RGB value is (192,79,174). Sum of RGB (Red+Green+Blue) = 192+79+174=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04FAE is #3FB051. Grayscale: #7B7B7B. Windows color (decimal): -4173906 or 11423680. OLE color: 11423680.
HSL color Cylindrical-coordinate representation of color #C04FAE: hue angle of 309.56º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04FAE is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 174 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.25 |
| HSL | 309.56º | 0.47% | 0.53% | - |
| HSV(B) | 309.56º | 0.59% | 0.75% | - |
| XYZ | 32.17 | 19.85 | 42.18 | - |
| YUV | 123.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 174 | 0 | 0.59 | 0.09 | 0.25 | 309.56 | 0.47 | 0.53 |
| Hex | C0 | 4F | AE | 0 | 3B | 9 | 19 | 136 | 2F | 35 |
| Octal | 300 | 117 | 256 | 0 | 73 | 11 | 31 | 466 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10101110 | 0 | 111011 | 1001 | 11001 | 100110110 | 101111 | 110101 |
Color Harmonies of #C04FAE
Complementary color
Monochromatic Colors of #C04FAE
Black with #C04FAE
Text Example
Text Example
White with #C04FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FAE; }
p { color: rgb(192,79,174); }
H1.HeaderClassName
{
color: #C04FAE;
}
.AnyTagClassName
{
color: #C04FAE;
}
</style>
background-color css
<style>
a { background-color: #C04FAE; }
a { background-color: rgb(192,79,174); }
div.DivClassName
{
background-color: #C04FAE;
}
.BgClassName
{
background-color: #C04FAE;
}
</style>
border-color css
<style>
span { border-color: #C04FAE; }
span { border-color: rgb(192,79,174); }
td.TdClassName
{
border-color: #C04FAE;
}
.TagClassName
{
border-color: #C04FAE;
}
</style>