#C050A8

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

Shades of Fuchsia #C050A8

Tints of Fuchsia #C050A8

Color information

#C050A8 (or 0xC050A8) is unknown color: approx Fuchsia. HEX triplet: C0, 50 and A8. RGB value is (192,80,168). Sum of RGB (Red+Green+Blue) = 192+80+168=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C050A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C050A8 is #3FAF57. Grayscale: #7B7B7B. Windows color (decimal): -4173656 or 11030720. OLE color: 11030720.

HSL color Cylindrical-coordinate representation of color #C050A8: hue angle of 312.86º 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 #C050A8 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19280168-
CMYK00.580.120.25
HSL312.86º47.06%53.33%-
HSV(B)312.86º58.33%75.29%-
XYZ31.6719.7739.19-
YUV123.52153.11176.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 80 (31.64% from 255) = 18.18%
BLUE value IS 168 (66.02% from 255) = 38.18%
R=43.64%
G=18.18%
B=38.18%

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
Decimal1928016800.580.120.25312.8647.0653.33
HexC050A803AC191392f35
Octal30012025007214314715765
Binary110000001010000101010000111010110011001100111001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C050A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C050A8; }

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

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

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

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

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

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

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

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