#C059CA

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

Shades of Fuchsia #C059CA

Tints of Fuchsia #C059CA

Color information

#C059CA (or 0xC059CA) is unknown color: approx Fuchsia. HEX triplet: C0, 59 and CA. RGB value is (192,89,202). Sum of RGB (Red+Green+Blue) = 192+89+202=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #C059CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059CA is #3FA635. Grayscale: #848484. Windows color (decimal): -4171318 or 13261248. OLE color: 13261248.

HSL color Cylindrical-coordinate representation of color #C059CA: hue angle of 294.69º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C059CA is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19289202-
CMYK0.050.5600.21
HSL294.69º51.6%57.06%-
HSV(B)294.69º55.94%79.22%-
XYZ35.9722.6258.35-
YUV132.68167.12170.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 89 (35.16% from 255) = 18.43%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=39.75%
G=18.43%
B=41.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192892020.050.5600.21294.6951.657.06
HexC059CA5380151273439
Octal3001313125700254476471
Binary11000000101100111001010101111000010101100100111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C059CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C059CA; }

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

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

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

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

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

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

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

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