Shades of Fuchsia #C054A8
Tints of Fuchsia #C054A8
RGB
CMYK
RGB Variations
Color information
#C054A8 (or 0xC054A8) is known color: Fuchsia. HEX triplet: C0, 54 and A8. RGB value is (192,84,168). Sum of RGB (Red+Green+Blue) = 192+84+168=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C054A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C054A8 is #3FAB57. Grayscale: #7D7D7D. Windows color (decimal): -4172632 or 11031744. OLE color: 11031744.
HSL color Cylindrical-coordinate representation of color #C054A8: hue angle of 313.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C054A8 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 168 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.25 |
| HSL | 313.33º | 0.46% | 0.54% | - |
| HSV(B) | 313.33º | 0.56% | 0.75% | - |
| XYZ | 31.98 | 20.37 | 39.29 | - |
| YUV | 125.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 168 | 0 | 0.56 | 0.12 | 0.25 | 313.33 | 0.46 | 0.54 |
| Hex | C0 | 54 | A8 | 0 | 38 | C | 19 | 139 | 2E | 36 |
| Octal | 300 | 124 | 250 | 0 | 70 | 14 | 31 | 471 | 56 | 66 |
| Binary | 11000000 | 1010100 | 10101000 | 0 | 111000 | 1100 | 11001 | 100111001 | 101110 | 110110 |
Color Harmonies of #C054A8
Complementary color
Monochromatic Colors of #C054A8
Black with #C054A8
Text Example
Text Example
White with #C054A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C054A8; }
p { color: rgb(192,84,168); }
H1.HeaderClassName
{
color: #C054A8;
}
.AnyTagClassName
{
color: #C054A8;
}
</style>
background-color css
<style>
a { background-color: #C054A8; }
a { background-color: rgb(192,84,168); }
div.DivClassName
{
background-color: #C054A8;
}
.BgClassName
{
background-color: #C054A8;
}
</style>
border-color css
<style>
span { border-color: #C054A8; }
span { border-color: rgb(192,84,168); }
td.TdClassName
{
border-color: #C054A8;
}
.TagClassName
{
border-color: #C054A8;
}
</style>