#C055A6

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

Shades of Fuchsia #C055A6

Tints of Fuchsia #C055A6

Color information

#C055A6 (or 0xC055A6) is unknown color: approx Fuchsia. HEX triplet: C0, 55 and A6. RGB value is (192,85,166). Sum of RGB (Red+Green+Blue) = 192+85+166=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C055A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C055A6 is #3FAA59. Grayscale: #7E7E7E. Windows color (decimal): -4172378 or 10900928. OLE color: 10900928.

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

Color convert

RGB19285166-
CMYK00.560.140.25
HSL314.58º45.92%54.31%-
HSV(B)314.58º55.73%75.29%-
XYZ31.8720.4638.35-
YUV126.23150.45174.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.34%
GREEN value IS 85 (33.59% from 255) = 19.19%
BLUE value IS 166 (65.23% from 255) = 37.47%
R=43.34%
G=19.19%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928516600.560.140.25314.5845.9254.31
HexC055A6038E1913b2e36
Octal30012524607016314735666
Binary110000001010101101001100111000111011001100111011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C055A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C055A6; }

 p { color: rgb(192,85,166); }

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

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

 a { background-color: rgb(192,85,166); }

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

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

 span { border-color: rgb(192,85,166); }

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