#C063AA

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

Shades of Fuchsia #C063AA

Tints of Fuchsia #C063AA

Color information

#C063AA (or 0xC063AA) is unknown color: approx Fuchsia. HEX triplet: C0, 63 and AA. RGB value is (192,99,170). Sum of RGB (Red+Green+Blue) = 192+99+170=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C063AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C063AA is #3F9C55. Grayscale: #868686. Windows color (decimal): -4168790 or 11166656. OLE color: 11166656.

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

Color convert

RGB19299170-
CMYK00.480.110.25
HSL314.19º42.47%57.06%-
HSV(B)314.19º48.44%75.29%-
XYZ33.4623.0340.71-
YUV134.9147.81168.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.65%
GREEN value IS 99 (39.06% from 255) = 21.48%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=41.65%
G=21.48%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929917000.480.110.25314.1942.4757.06
HexC063AA030B1913a2a39
Octal30014325206013314725271
Binary110000001100011101010100110000101111001100111010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C063AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C063AA; }

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

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

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

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

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

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

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

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