#C050A9

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

Shades of Fuchsia #C050A9

Tints of Fuchsia #C050A9

Color information

#C050A9 (or 0xC050A9) is unknown color: approx Fuchsia. HEX triplet: C0, 50 and A9. RGB value is (192,80,169). Sum of RGB (Red+Green+Blue) = 192+80+169=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C050A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C050A9 is #3FAF56. Grayscale: #7B7B7B. Windows color (decimal): -4173655 or 11096256. OLE color: 11096256.

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

Color convert

RGB19280169-
CMYK00.580.120.25
HSL312.32º47.06%53.33%-
HSV(B)312.32º58.33%75.29%-
XYZ31.7719.8139.69-
YUV123.63153.61176.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 80 (31.64% from 255) = 18.14%
BLUE value IS 169 (66.41% from 255) = 38.32%
R=43.54%
G=18.14%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928016900.580.120.25312.3247.0653.33
HexC050A903AC191382f35
Octal30012025107214314705765
Binary110000001010000101010010111010110011001100111000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C050A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C050A9; }

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

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

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

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

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

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

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

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