#C059AF

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

Shades of Fuchsia #C059AF

Tints of Fuchsia #C059AF

Color information

#C059AF (or 0xC059AF) is unknown color: approx Fuchsia. HEX triplet: C0, 59 and AF. RGB value is (192,89,175). Sum of RGB (Red+Green+Blue) = 192+89+175=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C059AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C059AF is #3FA650. Grayscale: #818181. Windows color (decimal): -4171345 or 11491776. OLE color: 11491776.

HSL color Cylindrical-coordinate representation of color #C059AF: hue angle of 309.9º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C059AF is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19289175-
CMYK00.540.090.25
HSL309.9º44.98%55.1%-
HSV(B)309.9º53.65%75.29%-
XYZ33.0521.4542.96-
YUV129.6153.62172.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 89 (35.16% from 255) = 19.52%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=42.11%
G=19.52%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928917500.540.090.25309.944.9855.1
HexC059AF0369191362d37
Octal30013125706611314665567
Binary110000001011001101011110110110100111001100110110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C059AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C059AF; }

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

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

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

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

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

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

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

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