Shades of Fuchsia #C04FA8
Tints of Fuchsia #C04FA8
RGB
CMYK
RGB Variations
Color information
#C04FA8 (or 0xC04FA8) is known color: Fuchsia. HEX triplet: C0, 4F and A8. RGB value is (192,79,168). Sum of RGB (Red+Green+Blue) = 192+79+168=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04FA8 is #3FB057. Grayscale: #7A7A7A. Windows color (decimal): -4173912 or 11030464. OLE color: 11030464.
HSL color Cylindrical-coordinate representation of color #C04FA8: hue angle of 312.74º 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 #C04FA8 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 168 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.25 |
| HSL | 312.74º | 0.47% | 0.53% | - |
| HSV(B) | 312.74º | 0.59% | 0.75% | - |
| XYZ | 31.6 | 19.63 | 39.17 | - |
| YUV | 122.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 168 | 0 | 0.59 | 0.12 | 0.25 | 312.74 | 0.47 | 0.53 |
| Hex | C0 | 4F | A8 | 0 | 3B | C | 19 | 139 | 2F | 35 |
| Octal | 300 | 117 | 250 | 0 | 73 | 14 | 31 | 471 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10101000 | 0 | 111011 | 1100 | 11001 | 100111001 | 101111 | 110101 |
Color Harmonies of #C04FA8
Complementary color
Monochromatic Colors of #C04FA8
Black with #C04FA8
Text Example
Text Example
White with #C04FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FA8; }
p { color: rgb(192,79,168); }
H1.HeaderClassName
{
color: #C04FA8;
}
.AnyTagClassName
{
color: #C04FA8;
}
</style>
background-color css
<style>
a { background-color: #C04FA8; }
a { background-color: rgb(192,79,168); }
div.DivClassName
{
background-color: #C04FA8;
}
.BgClassName
{
background-color: #C04FA8;
}
</style>
border-color css
<style>
span { border-color: #C04FA8; }
span { border-color: rgb(192,79,168); }
td.TdClassName
{
border-color: #C04FA8;
}
.TagClassName
{
border-color: #C04FA8;
}
</style>