#C04EA9

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

Shades of Fuchsia #C04EA9

Tints of Fuchsia #C04EA9

Color information

#C04EA9 (or 0xC04EA9) is unknown color: approx Fuchsia. HEX triplet: C0, 4E and A9. RGB value is (192,78,169). Sum of RGB (Red+Green+Blue) = 192+78+169=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04EA9 is #3FB156. Grayscale: #7A7A7A. Windows color (decimal): -4174167 or 11095744. OLE color: 11095744.

HSL color Cylindrical-coordinate representation of color #C04EA9: hue angle of 312.11º degrees, saturation: 0.48, 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 #C04EA9 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19278169-
CMYK00.590.120.25
HSL312.11º47.5%52.94%-
HSV(B)312.11º59.38%75.29%-
XYZ31.6219.5239.64-
YUV122.46154.27177.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 78 (30.86% from 255) = 17.77%
BLUE value IS 169 (66.41% from 255) = 38.50%
R=43.74%
G=17.77%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927816900.590.120.25312.1147.552.94
HexC04EA903BC191383035
Octal30011625107314314706065
Binary110000001001110101010010111011110011001100111000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04EA9; }

 p { color: rgb(192,78,169); }

 H1.HeaderClassName
 {
   color: #C04EA9;
 }
 .AnyTagClassName
 {
   color: #C04EA9;
 }
</style>
background-color css

<style>
 a { background-color: #C04EA9; }

 a { background-color: rgb(192,78,169); }

 div.DivClassName
 {
   background-color: #C04EA9;
 }
 .BgClassName
 {
   background-color: #C04EA9;
 }
</style>
border-color css

<style>
 span { border-color: #C04EA9; }

 span { border-color: rgb(192,78,169); }

 td.TdClassName
 {
   border-color: #C04EA9;
 }
 .TagClassName
 {
   border-color: #C04EA9;
 }
</style>