#C054A8

Color #C054A8 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C054A8

Tints of Fuchsia #C054A8

Color information

#C054A8 (or 0xC054A8) is unknown color: approx 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

RGB19284168-
CMYK00.560.120.25
HSL313.33º46.15%54.12%-
HSV(B)313.33º56.25%75.29%-
XYZ31.9820.3739.29-
YUV125.87151.78175.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 43.24%
GREEN value IS 84 (33.20% from 255) = 18.92%
BLUE value IS 168 (66.02% from 255) = 37.84%
R=43.24%
G=18.92%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928416800.560.120.25313.3346.1554.12
HexC054A8038C191392e36
Octal30012425007014314715666
Binary110000001010100101010000111000110011001100111001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C054A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>