#C061AA

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

Shades of Fuchsia #C061AA

Tints of Fuchsia #C061AA

Color information

#C061AA (or 0xC061AA) is unknown color: approx Fuchsia. HEX triplet: C0, 61 and AA. RGB value is (192,97,170). Sum of RGB (Red+Green+Blue) = 192+97+170=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C061AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C061AA is #3F9E55. Grayscale: #858585. Windows color (decimal): -4169302 or 11166144. OLE color: 11166144.

HSL color Cylindrical-coordinate representation of color #C061AA: hue angle of 313.89º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C061AA is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB19297170-
CMYK00.490.110.25
HSL313.89º42.99%56.67%-
HSV(B)313.89º49.48%75.29%-
XYZ33.2722.6640.65-
YUV133.73148.47169.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.83%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=41.83%
G=21.13%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929717000.490.110.25313.8942.9956.67
HexC061AA031B1913a2b39
Octal30014125206113314725371
Binary110000001100001101010100110001101111001100111010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C061AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C061AA; }

 p { color: rgb(192,97,170); }

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

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

 a { background-color: rgb(192,97,170); }

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

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

 span { border-color: rgb(192,97,170); }

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