Shades of Fuchsia #C054AA
Tints of Fuchsia #C054AA
RGB
CMYK
RGB Variations
Color information
#C054AA (or 0xC054AA) is known color: Fuchsia. HEX triplet: C0, 54 and AA. RGB value is (192,84,170). Sum of RGB (Red+Green+Blue) = 192+84+170=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C054AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C054AA is #3FAB55. Grayscale: #7D7D7D. Windows color (decimal): -4172630 or 11162816. OLE color: 11162816.
HSL color Cylindrical-coordinate representation of color #C054AA: hue angle of 312.22º 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 #C054AA is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 170 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.25 |
| HSL | 312.22º | 0.46% | 0.54% | - |
| HSV(B) | 312.22º | 0.56% | 0.75% | - |
| XYZ | 32.16 | 20.45 | 40.28 | - |
| YUV | 126.1 | 152.78 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 170 | 0 | 0.56 | 0.11 | 0.25 | 312.22 | 0.46 | 0.54 |
| Hex | C0 | 54 | AA | 0 | 38 | B | 19 | 138 | 2E | 36 |
| Octal | 300 | 124 | 252 | 0 | 70 | 13 | 31 | 470 | 56 | 66 |
| Binary | 11000000 | 1010100 | 10101010 | 0 | 111000 | 1011 | 11001 | 100111000 | 101110 | 110110 |
Color Harmonies of #C054AA
Complementary color
Monochromatic Colors of #C054AA
Black with #C054AA
Text Example
Text Example
White with #C054AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C054AA; }
p { color: rgb(192,84,170); }
H1.HeaderClassName
{
color: #C054AA;
}
.AnyTagClassName
{
color: #C054AA;
}
</style>
background-color css
<style>
a { background-color: #C054AA; }
a { background-color: rgb(192,84,170); }
div.DivClassName
{
background-color: #C054AA;
}
.BgClassName
{
background-color: #C054AA;
}
</style>
border-color css
<style>
span { border-color: #C054AA; }
span { border-color: rgb(192,84,170); }
td.TdClassName
{
border-color: #C054AA;
}
.TagClassName
{
border-color: #C054AA;
}
</style>