#C059C4

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

Shades of Fuchsia #C059C4

Tints of Fuchsia #C059C4

Color information

#C059C4 (or 0xC059C4) is unknown color: approx Fuchsia. HEX triplet: C0, 59 and C4. RGB value is (192,89,196). Sum of RGB (Red+Green+Blue) = 192+89+196=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 196 - color contains mainly: blue. Hex color #C059C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059C4 is #3FA63B. Grayscale: #838383. Windows color (decimal): -4171324 or 12868032. OLE color: 12868032.

HSL color Cylindrical-coordinate representation of color #C059C4: hue angle of 297.76º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C059C4 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19289196-
CMYK0.020.5500.23
HSL297.76º47.56%55.88%-
HSV(B)297.76º54.59%76.86%-
XYZ35.2722.3454.68-
YUV132164.12170.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 89 (35.16% from 255) = 18.66%
BLUE value IS 196 (76.95% from 255) = 41.09%
R=40.25%
G=18.66%
B=41.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal192891960.020.5500.23297.7647.5655.88
HexC059C423701712a3038
Octal3001313042670274526070
Binary1100000010110011100010010110111010111100101010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C059C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C059C4; }

 p { color: rgb(192,89,196); }

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

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

 a { background-color: rgb(192,89,196); }

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

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

 span { border-color: rgb(192,89,196); }

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