#C04AB9

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

Shades of Fuchsia #C04AB9

Tints of Fuchsia #C04AB9

Color information

#C04AB9 (or 0xC04AB9) is unknown color: approx Fuchsia. HEX triplet: C0, 4A and B9. RGB value is (192,74,185). Sum of RGB (Red+Green+Blue) = 192+74+185=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C04AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04AB9 is #3FB546. Grayscale: #797979. Windows color (decimal): -4175175 or 12143296. OLE color: 12143296.

HSL color Cylindrical-coordinate representation of color #C04AB9: hue angle of 303.56º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04AB9 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19274185-
CMYK00.610.040.25
HSL303.56º48.36%52.16%-
HSV(B)303.56º61.46%75.29%-
XYZ32.9419.6147.95-
YUV121.94163.59177.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 74 (29.30% from 255) = 16.41%
BLUE value IS 185 (72.66% from 255) = 41.02%
R=42.57%
G=16.41%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927418500.610.040.25303.5648.3652.16
HexC04AB903D4191303034
Octal3001122710754314606064
Binary11000000100101010111001011110110011001100110000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04AB9; }

 p { color: rgb(192,74,185); }

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

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

 a { background-color: rgb(192,74,185); }

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

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

 span { border-color: rgb(192,74,185); }

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