#C05AA6

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

Shades of Fuchsia #C05AA6

Tints of Fuchsia #C05AA6

Color information

#C05AA6 (or 0xC05AA6) is unknown color: approx Fuchsia. HEX triplet: C0, 5A and A6. RGB value is (192,90,166). Sum of RGB (Red+Green+Blue) = 192+90+166=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05AA6 is #3FA559. Grayscale: #808080. Windows color (decimal): -4171098 or 10902208. OLE color: 10902208.

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

Color convert

RGB19290166-
CMYK00.530.140.25
HSL315.29º44.74%55.29%-
HSV(B)315.29º53.12%75.29%-
XYZ32.2821.2738.48-
YUV129.16148.79172.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.86%
GREEN value IS 90 (35.55% from 255) = 20.09%
BLUE value IS 166 (65.23% from 255) = 37.05%
R=42.86%
G=20.09%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929016600.530.140.25315.2944.7455.29
HexC05AA6035E1913b2d37
Octal30013224606516314735567
Binary110000001011010101001100110101111011001100111011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05AA6; }

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

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

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

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

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

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

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

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