#C047C6

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

Shades of Fuchsia #C047C6

Tints of Fuchsia #C047C6

Color information

#C047C6 (or 0xC047C6) is unknown color: approx Fuchsia. HEX triplet: C0, 47 and C6. RGB value is (192,71,198). Sum of RGB (Red+Green+Blue) = 192+71+198=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #C047C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047C6 is #3FB839. Grayscale: #797979. Windows color (decimal): -4175930 or 12994496. OLE color: 12994496.

HSL color Cylindrical-coordinate representation of color #C047C6: hue angle of 297.17º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C047C6 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19271198-
CMYK0.030.6400.22
HSL297.17º52.7%52.75%-
HSV(B)297.17º64.14%77.65%-
XYZ34.1819.7955.44-
YUV121.66171.09178.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.65%
GREEN value IS 71 (28.12% from 255) = 15.40%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=41.65%
G=15.40%
B=42.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192711980.030.6400.22297.1752.752.75
HexC047C63400161293535
Octal30010730631000264516565
Binary11000000100011111000110111000000010110100101001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C047C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C047C6; }

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

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

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

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

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

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

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

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