#C047A9

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

Shades of Fuchsia #C047A9

Tints of Fuchsia #C047A9

Color information

#C047A9 (or 0xC047A9) is unknown color: approx Fuchsia. HEX triplet: C0, 47 and A9. RGB value is (192,71,169). Sum of RGB (Red+Green+Blue) = 192+71+169=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 169 (66.41% from 255 or 39.12% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C047A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C047A9 is #3FB856. Grayscale: #767676. Windows color (decimal): -4175959 or 11093952. OLE color: 11093952.

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

Color convert

RGB19271169-
CMYK00.630.120.25
HSL311.4º48.99%51.57%-
HSV(B)311.4º63.02%75.29%-
XYZ31.1518.5839.48-
YUV118.35156.59180.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.44%
GREEN value IS 71 (28.12% from 255) = 16.44%
BLUE value IS 169 (66.41% from 255) = 39.12%
R=44.44%
G=16.44%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927116900.630.120.25311.448.9951.57
HexC047A903FC191373134
Octal30010725107714314676164
Binary110000001000111101010010111111110011001100110111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C047A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C047A9; }

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

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

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

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

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

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

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

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